Test data generators / quickest route to generating solid, non-repetitive, but not-real database sam
Posted
by Jamo
on Stack Overflow
See other posts from Stack Overflow
or by Jamo
Published on 2008-12-22T06:30:06Z
Indexed on
2010/04/22
19:33 UTC
Read the original article
Hit count: 648
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:
http://stackoverflow.com/questions/57068/good-databases-with-sample-data
...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?
© Stack Overflow or respective owner