site title

Topic: cc-wiki-dump

Stack Exchange Data Explorer Open Sourced

06-25-10 by Jeff Atwood. 6 comments

As promised, the Stack Exchange Data Explorer — a web-based tool for querying our creative commons datais now open source!

This is, of course, the project that our newest Valued Associate, Sam Saffron, has been working so hard on over the last 6-8 weeks.

The project is hosted at Google Code in a Mercurial repository:

http://code.google.com/p/stack-exchange-data-explorer/

The SEDE is built using the very same software stack we use on Stack Overflow:

  • jQuery
  • .NET 4.0 C#
  • Visual Studio 2010
  • SQL Server
  • IIS7

You can get started using the completely free Visual Studio 2010 Express Edition.

Check out the readme.txt for additional details, or browse the source through Google Code’s web UI.

It was always our hope that the SEDE could be used as a freely embeddable web tool to teach SQL with a sample dataset — and now, the code itself is available to modify, improve, and learn from as well.

Introducing Stack Exchange Data Explorer

06-13-10 by Jeff Atwood. 26 comments

Everything contributed to the Stack Exchange network of websites is licensed under Creative Commons Attribution – Share Alike. This means it belongs to everyone, and can be freely reused (even commercially!), so long as it is follows our simple rules of attribution. That’s our contract with the community — it’s your generously contributed content that makes these websites worth visiting in the first place!

Thus, we provide dumps of all the public data in the current Stack Exchange network (Stack Overflow, Server Fault, Super User, and Meta) every month, like clockwork.

But if you just want to play with the data, it’s kind of tedious: you have to download the entire 700 plus megabyte archive, import it into some kind of database system — and only then can you even begin thinking about how to query out the results you’re looking for.

Well, I’m pleased to announce that we now officially support a web tool for sharing, querying, and analyzing the Creative Commons data from every website in the Stack Exchange network — the Stack Exchange Data Explorer.

The Stack Exchange Data Explorer, or SEDE:

  1. provides easy web-based access to the latest and greatest monthly Stack Exchange website data dumps*
  2. gives us an Open Data Protocol (odata) endpoint
  3. allows testing, running, editing and permalinking to public queries against our corpus of data with a simple, syntax-highlighted web UI
  4. can be used as a permanently linkable tool for teaching general SQL and relational database concepts — we can be our own Northwind or Pubs database, when answering questions tagged [sql]!
  5. hosted on Windows Azure so it’s speedy, scalable, and always available (and did I mention, generously sponsored by Microsoft?)
  6. built from the same ASP.NET MVC software stack as our own engine, and will be open-sourced so others can learn from the code

We’ve been working with Sam Saffron to build this out, and even though this is only a public beta, it’s already amazing! But don’t take my word for it — check out the Stack Exchange Data Explorer yourself at …

http://odata.stackexchange.com

… and leave any beta feedback in the [data-explorer] tag on meta.

The ultimate goal of all of our sites is learning, and making the Internet a slightly better place. I believe the SEDE achieves both of these goals in a rather serendipitous way — it helps us teach SQL and relational databases by querying the very posts we’re creating as we teach! Yes, maybe it’s a little geeky, but it is magical to me.

* we are looking at eventually making special weekly or biweekly dumps for SEDE

Academic Papers Using Stack Overflow Data

05-31-10 by Jeff Atwood. 13 comments

One unanticipated benefit of releasing our data as creative commons is that the Stack Overflow dataset has been the subject of several academic papers already:

Evolution of Two Sided Markets

Ravi Kumar, Yury Lifshits (Yahoo! Research), and Andrew Tomkins (Google)

Presented at WSDM 2010, Session 7: Temporal Interaction

Causal Discovery in Social Media Using Quasi-Experimental Designs

Hüseyin Oktay, Brian J. Taylor, David D. Jensen (Knowledge Discovery Laboratory, Department of Computer Science, University of Massachusetts Amherst)

To be presented at the 2010 ACM/SIGKDD conference

There’s also a third study starting up with Lena Mamykina, a researcher in Human-Centered Computing at Columbia University, who is working in conjunction with Björn Hartmann, a professor from UC Berkeley:

The success of stackoverflow.com is making all my research community wonder what is it that makes it work so well for the users. Would you be interested in participating in a research study to answer some of these questions? The study would probably involve things like interviews (phone) with your development team, moderators and selected users. The results will be submitted for publication at one of the ACM (Association of Computing and Machinery) conferences (for example a conference on human factors in computing systems, CHI or a conference on computer-supported cooperative work, CSCW). Of course you will have a chance to review and provide your feedback on all the materials before they are published.

We’ll of course be contributing to the interviews, as well as introducing Lena to selected community members who indicate that they are willing to be interviewed for … science!

It’s exciting to be a part of this research, which lets everyone benefit from the slices of time that we’ve all collectively contributed to not just Stack Overflow, but every site in our network. If there’s anything else we can do to help assist any research using the public creative commons data we expose, just contact us.

Attribution Required

06-25-09 by Jeff Atwood. 35 comments

All the content contributed to Stack Overflow, Stack Overflow Meta, Server Fault, and Super User is cc-wiki (aka cc-by-sa) licensed, intended to be shared and remixed. We even provide all our data as a convenient data dump, seeded by us.

But our cc-wiki licensing, while intentionally permissive, does require attribution.

Attribution — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).

I thought it was pretty clear what “attribution” meant, but given the semi-scammy way the content is popping up in some seedier areas of the internet, maybe not:

  • http://hiveminds.se/vote/framed/story.php?id=23472
  • http://programmingfaq.w3ec.com/

(there may be others; these are just the ones I know about)

So let me clarify what we mean by attribution. If you republish this content, we require that you:

  1. Visually indicate that the content is from Stack Overflow, Meta Stack Overflow, Server Fault, or Super User in some way. It doesn’t have to be obnoxious; a discreet text blurb is fine.
  2. Hyperlink directly to the original question on the source site (e.g., http://stackoverflow.com/questions/12345)
  3. Show the author names for every question and answer
  4. Hyperlink each author name directly back to their user profile page on the source site (e.g., http://stackoverflow.com/users/12345/username)

By “directly”, I mean each hyperlink must point directly to our domain in standard HTML visible even with JavaScript disabled, and not use a tinyurl or any other form of obfuscation or redirection. Furthermore, the links must not be nofollowed.

This is about the spirit of fair attribution. Attribution to the website, and more importantly, to the individuals who so generously contributed their time to create that content in the first place!

Anyway, I hope that clears up any confusion — feel free to remix and reuse to your heart’s content, as long as a good faith effort is made to attribute the content!

Stack Overflow Creative Commons Data Dump

06-04-09 by Jeff Atwood. 94 comments

We decided early on that all user-generated content on Stack Overflow would be under a Creative Commons license.

All those great Stack Overflow questions, answers, and comments, so generously contributed by all of you, are licensed under cc-wiki (also known as cc-by-sa):

cc-wiki-logo

cc-wiki license

You are free

  • to Share — to copy, distribute, and transmit the work
  • to Remix — to adapt the work

Under the following conditions

  • Attribution — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
  • Share Alike — If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.

The community has selflessly provided all this content in the spirit of sharing and helping each other. In that very same spirit, we are happy to return the favor by providing a database dump of public data.

We always intended to give the contributed content back to the community as a whole. Our primary concern was making sure we didn’t have an AOL-style “incident” where we accidentally release personally identifying information in so-called “sanitized” data. Stack Overflow user Greg Hewgill was kind enough to help us beta test several iterations of the data dump, ensuring that we didn’t release anything except content that is visible on the public website. He also suggested several improvements to improve the data dump, so that it contains as much useful public information as possible.

profile for Greg Hewgill at Stack Overflow, Q&A for professional and enthusiast programmers

Cheers, Greg! Also, thanks to Stack Overflow Valued Associate #00003, Geoff Dalgas, who patiently worked through many iterations of this to get it together on our end.

All public Stack Exchange sites are now included in the data dump: including Stack Overflow, Server Fault, Super User, and so on.

Locate and Download the Latest Stack Overflow Creative Commons Data Dump

Note that if you republish this data, we require attribution as described in this blog post. Most importantly, there should be hyperlinks back to the original question, and the profiles of all participants.

Our plan is to create a new data dump every two months, reflecting all data in the system up to that date. We will seed the latest and greatest dump (at a low bitrate) as long as we can, ideally permanently.

And yes, it’s still fun to say “data dump”. We look forward to seeing what the community can do with this data!

update: per this message from Cameron Parkins of Creative Commons, cc-wiki is now an alias for cc-by-sa.

Hi Stack Overflow-ers,

My name is Cameron Parkins – I do community outreach at Creative Commons and recently stumbled across your latest CC data dump.

Very cool that you all are using CC! I wanted to give you a heads up that the license you’ve chosen, the “CC Wiki-License”, isn’t really around any more. It is in the sense that it links directly to our CC BY-SA license, but our attempt to brand it as a separate license for wikis never got off the ground. We don’t use or promote it anymore and when we see it, we try and reach out to whoever is using it to let them know.

Part of the problem is that the Wiki License doesn’t carry any value, while our BY-SA license (which is what the wiki license is) has widespread community support around it. Would you all consider switching your indication as such?

Let me know if you have any questions – would like to promote the project through our networks.

Best,
C


Cameron Parkins
Cultural Program Assistant
Creative Commons

[aim] cam3ran
[work] www.creativecommons.org
[linkedin] http://www.linkedin.com/in/cameronparkins
[cc newsletter] http://creativecommons.org/about/newsletter