Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

Where do people find sample data that they need for development but can't get directly from their employer for whatever reason?

I am looking to rewrite my employers' delivery track and trace software as an exercise.

share|improve this question
1  
What's the problem with the question? Most of the answers are correct, and this can be a real problem. – John Saunders Apr 9 '10 at 20:42

migrated from stackoverflow.com Dec 2 '11 at 16:58

6 Answers

Have you considered generating a set of sample data?

There are a lot of good tools for generating sample data using reverse regular expressions and combining common lists of stuff like names, localities, coordinates, etcetera.

share|improve this answer
1  
Do you have any examples of these "good tools for generating sample data"? – delux247 Feb 17 '10 at 15:57
@delux247: I've found RedGate's Data Generator to be very useful: red-gate.com/products/sql-development/sql-data-generator – Jim G. Dec 2 '11 at 17:12

were you looking for sample data sets like this? Info chimps has a good set of sample data.

share|improve this answer

Have you considered the AdventureWorks database?

http://msftdbprodsamples.codeplex.com/

share|improve this answer

With respect to sample data, how sensitive is your company's production data? Can you extract, anonymize, and use that? I've found large datasets full of real-life-proven data very helpful in the past.

share|improve this answer
I have already asked for a copy of our training databases, but they wont even let me have that, even though its all fake data. I fear I am going to wind up inputting a couple of hundred entries in by hand. I was hoping people here knew of somewhere, as I doubt this will be my last attempt at a data driven application. – Silvanus Dec 28 '09 at 23:55
Are you serious ? Your employers won't let you use an existing fake database ? I pity the fools. But seriously you need to try very very hard, and very very smart, to convince them that you need access to at least the fake database if your redevelopment is to be a success. I guess you know this already and I'm just rubbing it in. – High Performance Mark Dec 29 '09 at 9:30

That's a pretty broad question. For data sets anyhow, you might try checking out Data.gov, for a wide variety of government created data sets.

share|improve this answer

Have you considered RedGate's Data Generator?

http://www.red-gate.com/products/sql-development/sql-data-generator/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.