I see a lot of talk around here regarding the Stack Overflow public data dump.
Where is it? How can I play with it?
|
I see a lot of talk around here regarding the Stack Overflow public data dump. Where is it? How can I play with it?
| |||||||||||||||||||
feedback
|
|
I've also got a publicly accessible SQL Server with the data dumps for Server Fault, Stack Overflow, Super User, and Meta Stack Overflow. The connection information is here: http://www.brentozar.com/archive/2010/02/querying-the-stackoverflow-data-dump/ | ||||
|
feedback
|
|
The actual data dump:
| |||||||||||
feedback
|
|
It's actually at ClearBits: http://www.clearbits.net/creators/146-stack-overflow-data-dump The announcement was made in this post of StackOverflow's blog: Creative Commons Data Dump Aug 10
To play with the data dump, go to Stack Exchange Data Explorer. | ||||
|
feedback
|
|
As described in the Stack Overflow Blog the most recent Stack Overflow data dump is located on this page (toward the middle, in the form All four..... trilogy sites are in the datadump: Stack Overflow, Server Fault, Super User, and Meta Stack Overflow. To play with a data dump by running TSQL queries on it, head on over to the Stack Exchange Data Explorer. There seems to be somewhat of a lag in when the Data Explorer receives the newest dump and when the newest dump becomes available. | |||||||
feedback
|
|
Another 'sandbox' with Stack Overflow Dump data is: http://www.rdbhost.com/rdbadmin/main.html?r0000000767 It uses the PostgreSQL engine, and thus the PostgreSQL version of SQL. It has indexes, and also offers a database API module, for accessing the database from Python. It was just updated with October's data (the 1 November data dump). | ||||
|
feedback
|
|
Forage through the tag Related: Better know a schema. And might be good to check out the blog at least once a month. Especially when they squeeze out a good sized dump of the data. | |||
|
feedback
|