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
- Host: GitHub
- URL: https://github.com/azuobs/stack-overflow-survey
- Owner: AzuObs
- Created: 2018-02-11T18:47:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T18:53:14.000Z (about 8 years ago)
- Last Synced: 2025-02-10T08:29:58.818Z (about 1 year ago)
- Language: Shell
- Size: 8.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.