https://github.com/dongweiming/data-analysis
A data analysis site by flask and mongoengine
https://github.com/dongweiming/data-analysis
Last synced: 9 months ago
JSON representation
A data analysis site by flask and mongoengine
- Host: GitHub
- URL: https://github.com/dongweiming/data-analysis
- Owner: dongweiming
- License: apache-2.0
- Created: 2013-11-19T23:17:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T16:46:18.000Z (about 8 years ago)
- Last Synced: 2025-02-28T22:48:37.049Z (10 months ago)
- Language: JavaScript
- Size: 613 KB
- Stars: 72
- Watchers: 8
- Forks: 40
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
data-analysis
=============
A data analysis site by flask and mongoengine







#### USEAGE
```
$pip install -r requirements.txt
$cd /path/to/data-analysis
$npm install
$mongorestore -d fetch_data --directoryperdb dump/fetch_data
$python run.py
```