I am trying to find the Stack Overflow data dump, and if there any existing code to actually put the data into SQL tables. Also where can I find the description of the tables that are available in the data dump?
migrated from stackoverflow.com Nov 3 '12 at 21:00
|
The schema description is changing sometimes, with improvements to the site, and can be found here. You can download the latest version at the time of writing or an older version. |
|||||||||||
|
|
Stack Exchange has an API through which you can access its data. It's better to use the API to do what you are trying as the internal structure are often changed as per requirement. Go for And, if you want to explore the data and run queries on it, go for: |
||||