Test data generators / quickest route to generating solid, non-repetitive, but not-real database sample data?

StackOverflow https://stackoverflow.com/questions/385667

  •  23-08-2019
  •  | 
  •  

Question

I need to build a quick feasibility test / proof-of-concept of a remote database for a client, that will be populated with mostly-typical Company and People data (names, addresses, etc); 150K records or so. The sample databases mentioned here were helpful:

Where can I find sample databases with common formatted data that I can use in multiple database engines?

...but, I'd like to be able to generate sample data like this easily on less-typical datasets as well. Anyone have any recommendations for off-the-shelf (or off-the-web) solutions?

Was it helpful?

Solution 4

For my specific need this time (which in this case was mostly "people"), I ended up going with Fake Name Generator's 1 Million fake names CSV file for $25. Seemed the quickest/easiest route for the volume of data I needed. Worth checking out if your needs are similar:

http://www.fakenamegenerator.com/

http://www.fakenamegenerator.com/order.php

OTHER TIPS

For SQL Server there is a great solution exists: RedGate SQL Data Generator. It's not cheap, but makes its job very well.

I couldn't find a good one off the shelf and so we built one based on some simple concepts. If you don't find any good answers let me know and I'll share the structure and any files you need.

Check out my answer to this earlier question here.

Not sure what database you are using but hopefully it proves useful. I still haven't used the tool myself but i have heard more good reports when i've passed on the link.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top