I want to use the Stack Overflow database for a data classification project. How do I dump the Stack Overflow database?
migrated from stackoverflow.com Oct 20 '09 at 7:05
|
You can download the data dump (produced monthly) at: http://blog.stackoverflow.com/category/cc-wiki-dump/ You will need a 7zip decompressor, XML parsing code, and probably a database to load the data into. You may also be interested in http://data.stackexchange.com/ which has already done all this for you. |
|||||||||||
|
|
Just tell her you think you should see other people, but that you still want to be friends. (Don't actually call, though) |
|||||||||||||
|
|
If you are using MySQL I have a schema and a script written in ruby that will load the data. Just grab the latest data dump, create a database, load this schema, modify this loader script to point to your database and then run the script. It only takes a few minutes to load all the data. |
|||
|
|
|
I just made a slow Python script to import the dump to a SQLite3 database. It's designed to run on my RAMless netbook, so it doesn't make a single |
|||
|
|
