I'm about to write some example applications and accompanying documents comparing ways of accessing information stored in relational databases. To demonstrate real-life requirements, I need to include a realistic dataset of hundreds of thousands of facts.

Is anyone aware of publicly available, free datasets of that magnitude, of datasets of human names with human-level variance, or hierarchical datasets of either large organizational hierarchies, or large hierarchical, categorized, product catalogues?

Please point me in the right direction, if you are.


Part 1, human names: http://timecenter.cs.aau.dk/software.htm

Part 2, hierarchical data: no answer yet

link|improve this question
What's wrong with generating it randomly? Surely the effort of massaging the data to fit your model would be the same if not more effort. – Joe Dec 30 '09 at 21:48
feedback

3 Answers

up vote 2 down vote accepted

http://dev.mysql.com/doc/sakila/en/sakila.html

link|improve this answer
This led me to dev.mysql.com/doc/#sampledb which has several promising leads. Thank you. – mikaelhg Dec 30 '09 at 22:56
Further examination led to timecenter.cs.aau.dk/software.htm which has a pretty nice simulated employee database, which MySQL uses in its own sample databases. – mikaelhg Dec 30 '09 at 23:06
feedback

The wikipedia dump is pretty massive: obligatory wikipedia link.

link|improve this answer
feedback

Your own PC's directory tree is a large hierarchical structure with lots of facts. You probably have a few thousand "Facts" which are file names, modification dates, sizes, extra OS info, etc., etc.

If that's not large enough, find a server that you can login to. That will be larger.

Not large enough? Get a web crawler and start crawling a big web site. That can be as large as you have the patience to crawl.

link|improve this answer
Merely having a bunch of hierarchical node link data will not serve the purpose of helping the reader understand how a specific demonstrated solution provides the wanted results. For that, the data must provide the reader with understandable hierarchical context, such as an organizational hierarchy, or the categorical hierarchy of a tools catalog. – mikaelhg Dec 31 '09 at 0:16
A filesystem is a standard, widely understood, almost universal "hierarchical context". It seems far more universal than organizations or a tools catalog. – S.Lott Dec 31 '09 at 2:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.