Hacker News new | ask | show | jobs
by dsies 1821 days ago
Love this tool - use it to populate a bunch of "real-looking" data to test CDC functionality for Mongo.

Pretty quick too - generated 100,000 records in <3 sec.

1 comments

Nice!

We spent quite a bit of time on performance over the past month. We called out to a Python runtime to generate semantic data types (names, addresses etc.). As of 0.5.0 ripped it out and replaced it with a pure Rust semantic data generator called fake-rs.