I've developed a mock data generator that supports various formats like SQL, MongoDB, JSON, and CSV. As a developer, I've faced challenges when it comes to filling databases with random test data—let's face it, generating gibberish data like 'test test multiple john does' isn't the best. Plus, scripts for seeding the data take ages to get just right with the database schema. That's why I created this tool! I'm not here to promote it, just looking for opinions on how to enhance it. I'm curious whether a web interface for generating mock data is practical, or if an API or command line tool would be more effective. I'd appreciate any suggestions you might have—thanks a lot!
3 Answers
Your tool sounds interesting! The combination of SQL and MongoDB is quite unusual but beneficial. Just a thought—having a web interface for generating test data could be super useful for visualizing it quickly. Some people might prefer an API, though, for integrating with their workflow. It really depends on your target audience!
I've been using the Faker library and it's pretty handy for generating random data quickly. It’s robust and quite flexible. What would set your tool apart from Faker, though? Any unique features you're thinking about?
Haha, I totally get the confusion with SQL and Mongo together! But it’s cool that your tool supports both. A command line tool has its place too, especially for quick generation without needing to load a UI.

Great point! I was wondering the same. I've always found Faker to be fantastic but I'd love to hear if there are specific improvements you're looking for!