Seeking Feedback on My Mock Data Generator Tool

0
10
Asked By CuriousCoder22 On

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

Answered By RandomDevGuy On

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!

Answered By DataNinja99 On

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?

MockDataMaker -

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!

Answered By ConfusedCoder On

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.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.