4

I need to create reports around tag usage and unanswered posts. What're the different mechanisms available to access this data?

1 Answer 1

5

There are 4 options:

  1. Use SEDE (Stack Exchange Data Explorer), which allows you to easily query the data. You can download the queried rows, however it does not allow you to run queries locally and can only be used manually.

  2. Use SE API, which allows you to query some things of Stack Overflow over REST calls.

  3. Download a public release of the SO data dump and use historical data.

  4. Use the Stack Exchange public dataset on Google BigQuery

Sign up to request clarification or add additional context in comments.

2 Comments

Awesome, nice to hear that.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.