An open API service indexing awesome lists of open source software.

https://github.com/azuobs/stack-overflow-survey

MySQL Database containing raw data from Stack Overflow Developer Survey 2017
https://github.com/azuobs/stack-overflow-survey

Last synced: 7 months ago
JSON representation

MySQL Database containing raw data from Stack Overflow Developer Survey 2017

Awesome Lists containing this project

README

          

# Stack Overflow Developer Survey Data 2017
This repository contains the data from the Stack Overflow Developer Survey 2017 that was published as CSV files in early 2017.

Use this dataset to gain insight into your target developer community.

## How to Run
```bash
docker-compose up
mysql --host="127.0.0.1" --user="root"
```

## Examples
Sample scripts were added in the root of this repo.