Tagged Questions

Quick answer, a Stack Exchange site currently will not be included in the data dump until there has been enough data to pool and send along with the rest of the package. [A public data dump] won't be necessary until there is more data to work with there. Data dumps do not include deleted posts ...

learn more… | top users | synonyms

11
votes
0answers
95 views

Can the SE Data Dump be provided as a Public Data Set on AWS?

Amazon provides Public Data Sets on AWS: Public Data Sets on AWS provides a centralized repository of public data sets that can be seamlessly integrated into AWS cloud-based applications. AWS is ...
7
votes
1answer
81 views

Several sites are missing from the December 2011 data dump

I've got the Dec '11 SE data dump downloading and there appears to be many sites missing. A (potentially incomplete) list of the sites that appear to be missing - there are simply no files in the ...
10
votes
1answer
102 views

Add bounty details to Data Dump for “BountyStart” event

There is a BountyAmount column in the Data Dump, but for now it is only filled for VoteTypeId=9 ("BountyClose" event, i.e. when bounty ended) and only if the bounty was awarded to someone (see an ...
3
votes
0answers
41 views

Is there a nice browser to view a data-dump?

Flipping through text files of XML to try to read what was going on at a dead site makes it difficult to get the jist of it. Is there some tool that will order the posts into Q and A's and sprinkle ...
4
votes
1answer
86 views

What is the average number of answers per question?

I'm trying to figure out two things: What is the average number of answers per question on StackOverflow? How many of my answers have been accepted (without having to click through several pages of ...
23
votes
1answer
135 views

Add UserId information for bounty starters and closers

Currently the "UserId" info is stripped from the Votes table for "BountyStart" and "BountyClose" vote types (i.e. for VoteTypeId=8 and VoteTypeId=9 respectively, check an example). Since this ...
2
votes
0answers
71 views

Import dump to MySQL [closed]

I was able to import the Super User dump using SODDI earlier, but somehow I am not able to do that for the latest September dump. Is there a better way of importing the dumps to my MySQL database? ...
15
votes
1answer
117 views

Tag delimiters are not consistent in posthistory.xml

In the September 2011, December 2011, and several of the closed site data dumps the tag history is not delimited consistently across all sites. As an example from IT Security: <row Id="48" ...
7
votes
1answer
93 views

Please include Beta Stack Exchange sites in the data dump

In this blog post it is stated that: The latest version of the Stack Exchange Creative Commons Data Dump is now available. This reflects all public data in … Stack Overflow Server ...
8
votes
1answer
91 views

Release schedule for the data dump?

The creative commons data dump seem to be released irregularly at the moment. The last release is from June 2011. I would welcome a schedule with more predictable release dates for the data dump. ...
1
vote
1answer
47 views

May (or June) 2010 datadump missing

When I download the data dump from May 2010 my torrent client tells me it's the same file as the Jun 2010 (md5s match too). So one of them is missing. Is this just a file upload gone wrong or is one ...
9
votes
0answers
97 views

Incremental data-dumps instead of the whole thing

Would it be possible to generate and release incremental data dumps (perhaps in addition to the full dumps)? The reason being, obviously, they are getting quite large to download and they'll only ...
7
votes
1answer
90 views

Stack Exchange 2.0 sites not mentioned in attribution notice of Stack Exchange data dumps

Looking at the data dump for the recently closed Freelancers Stack Exchange beta, I note the license.txt file reads: So let me clarify what we mean by attribution. If you republish this content, ...
7
votes
1answer
87 views

Can I get notified when there's an SE Data Explorer data dump?

As it is now, I'm checking every day if there is a new data dump. If I were notified, I would not have to keep checking.
1
vote
0answers
41 views

URL table in the SEDE dump

I have noticed a few SEDE queries that attempt to extract the referenced URLs from post bodies. Is there any chance we can get a table to list the URLs referenced by posts? This should simplify ...
11
votes
0answers
117 views

Can we include tag-wiki associations in the data dump?

Is it possible to include the tag-wiki associations in the data dump? To do this would require two additional columns in the postTags table that associate a tag wiki excerpt and a tag wiki to their ...
11
votes
2answers
77 views

Add close reasons to the data dump and to Data Explorer

We already have the close votes (VoteTypeId = 6), but there aren't any close reasons associated with each vote.
6
votes
2answers
72 views

Values for PostTypeId in data explorer

I am looking for some explanation of the schema for the data dump of se sites. Specifically I'd like to know the values for PostTypeId field (1=Questions?, 2=Answers?, 3=?, etc). I have tried to ...
3
votes
3answers
150 views

Reading Stack Overflow offline

Is there any application that can read Stack Overflow's data dumps while I'm not connected to the Internet? I mean an offline reader similar to WikiTaxi.
1
vote
1answer
37 views

display tabular data [closed]

Possible Duplicate: Easier way to represent DB tables when asking DB questions How do I represent formatted tabular data in Stackoverflow ? Basically I need to show content of a table; ...
2
votes
1answer
167 views

StackOverflow Old Database Schema

I am pretty new to StackOverflow, but I have now heard of database dumps and that the database schema was changed recently (?) so that a lot of joins could be avoided. On the post I read this people ...
3
votes
1answer
95 views

How does SE1.0 calculate password hash?

I am working on importing SE dump into askbot - could you please give a hint - how to calculate the password hash stored in file Passwords.xml in the SE dump? Need to help someone migrate his SE site ...
2
votes
1answer
57 views

In which table do tag excerpts get stored?

Where do tag excerpts get stored? The tag-wiki is stored in the posts table--we know this. I imagine the excerpt column is stored in the tags table, but the data-dump does not reflect this, and if it ...
2
votes
1answer
114 views

Invalid characters for XML parsing in posthistory.xml from Stack Overflow

We got the April 2011 data dump from Stack Overflow and, while trying to put everything into a database, we got SyntaxError: reference to invalid character number: line 1105549, column 5445 in ...
2
votes
1answer
156 views

June Data Dump Extraction Problems

I downloaded the June Data Dump from ClearBits, and I'm having trouble extracting the Stack Overflow files. First, when I extract the stackoverflow.com.7z.001 file, it just creates another 7-Zip ...
13
votes
1answer
137 views

Data “dumpification”

I'm not one to pester*, so I wanted to put in a polite request for new data to be placed in the Data Explorer whenever there is an opportunity. I know there are posts saying that the schedule is ...
19
votes
1answer
263 views

Can we change the compression algorithm for the data dumps

Last time the data dump went out (April), I noticed it was quite large. And I can only guess that the next one will be much bigger. I noticed that the default LZMA compression algorithm is being ...
0
votes
1answer
48 views

Are there data dumps for other Stack Exchange sites?

Are there data dumps for other Stack Exchange sites besides Stack Overflow?
8
votes
2answers
118 views

Can Flag Weight be available on data-dump and data-explorer?

Can Flag Weight be available on data-dump and data-explorer? Just curious :-)
2
votes
1answer
63 views

Can we please have some sort of API to poll for new data dump releases?

I'm writing an application that uses the data dump. However, in order to be effective, this application needs to be kept up to date with the latest data dump. This currently needs to be done manually. ...
0
votes
0answers
67 views

Data dump offline use

Is there an application/easy way to browse downloaded stackoverflow SQL data dumps offline?
2
votes
1answer
86 views

data dump posts.xml

Approximately how many posts are there in the posts.xml in the January 2011 data dump? I was trying to open my xml in a text editor but it crashes as the size is enormous. If someone knows this, let ...
1
vote
1answer
79 views

stack overflow data dump question

If I download the January 2011 data dump then will I get all the data since the site started? As I can see that the size of the data dump is incrementing and I can see in October there are some ...
1
vote
5answers
105 views

How to obtain Stack Overflow questions for posting in my blog?

Is it possible to get information from questions on Stack Overflow and post it to my blog?
4
votes
1answer
95 views

Please consider releasing a meta.stackexchange.com data dump

Meta.stackexchange.com now redirects here, at meta.stackoverflow.com. The discussions held there were not migrated. While most of those discussions were specific to SE 1.0 sites, there are many ...
5
votes
1answer
149 views

Stack Exchange Data Explorer: When is the new data dump available?

I read somewhere that more or less each month a new data dump is available. The last dump for Stack Overflow was on February 9, 2011. So when can I expect the new data dump?
0
votes
0answers
55 views

Invalid source path when using SODDI with data dump

I downloaded the SODDI and run it. I specify the folder where the uncompressed data is, but then there's nothing that I can select in that table, count, state... It just says invalid source path... ...
1
vote
0answers
56 views

stack exchange data dump to Oracle database?

How can I import the data dump to Oracle DB? Most of the tools are done to SQL Server.
1
vote
1answer
74 views

Why are data dumps bi-monthly now? [closed]

Possible Duplicate: Why is the data-dump still 'quite a bit of work', despite being (more or less) fully automated? This post says it takes a bit of work to create the dumps. It ...
0
votes
0answers
91 views

Stack Overflow Data Dump Import questions

I have downloaded the data dump torrents I have a folder called 012011 Web Applications (it has comments.xml, badges.xml, posts.xml, users.xml, votes.xml) and the database I created is called Stack ...
3
votes
0answers
32 views

Add ProtectedDate to Post records in the data dump

The current version of the data dump does not have information on whether or not a question is protected. Can we add a ProtectedDate column to this table? It would be NULL on answer records and ...
3
votes
0answers
34 views

Add reputation at post time to PostHistory records in the data dump

One of the weaknesses of the data dump is that it is not possible to determine a user's reputation at a particular point in time. This is "by-design" and perfectly okay. However, there are a number ...
1
vote
2answers
184 views

Do public data dump sites harm stackoverflow.com and do you care for these sites?

I am starting to get annoyed with the sites that use the SO data dumps because they are polluting the search results from search engines. It does me no good when I click on some result and it's just ...
3
votes
2answers
159 views

Interesting Stack Overflow data remixes/analyses/visualizations?

What are some interesting Stack Overflow data remixes/analyses/visualizations?
6
votes
1answer
118 views

Why is the data-dump still 'quite a bit of work', despite being (more or less) fully automated?

Due to a (meanwhile fixed) bug concerning the January 2011 data-dump, I've recently asked Why is the data-dump generation not (more or less) fully automated?. The question has been closed as a ...
0
votes
2answers
119 views

November 2010 Datadump - SODDI import does not create table

I used SODDI to import the november datadump into mysql, and noticed the posthistory table isn't created in the database. Any ideas why?
6
votes
1answer
145 views

What does VoteTypeId 15 mean?

In the January 2011 data dump, a VoteTypeId value of 15 started showing up in votes.xml, but the readme.txt file only documents VoteTypeId values up to 13. What kind of vote has VoteTypeId="15"?
12
votes
0answers
137 views

Why is the data-dump generation not (more or less) fully automated? [closed]

Possible Duplicate: Why is the January 2011 data-dump incomplete? The recent announcement of the Creative Commons Data Dump Jan ’11 includes a shift to a bi-monthly release cycle ...
15
votes
2answers
301 views

Why is the January 2011 data-dump incomplete?

The recently announced Creative Commons Data Dump Jan ’11 is only about 1.22GB in contrast to the Creative Commons Data Dump Nov 10 with about 2.02GB. Without comparing every file the most striking ...
47
votes
1answer
3k views

Stack Overflow top 20 tags in ebook format

Further to a discussion over a year ago about Stack Overflow portable edition, I've since got a Kindle and have been working on this project again. I got a fast new machine with lots of disk space, ...

1 2 3 4 5