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

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

Awesome Lists containing this project

README

          

data-analysis
=============

A data analysis site by flask and mongoengine

![6](https://user-images.githubusercontent.com/841395/31398950-4516db04-adb0-11e7-8735-81e313992fab.png)
![7](https://user-images.githubusercontent.com/841395/31398952-457c3ee0-adb0-11e7-9557-ea1f2eddcec0.png)
![8](https://user-images.githubusercontent.com/841395/31398954-45b66660-adb0-11e7-8feb-3322d701c390.png)
![9](https://user-images.githubusercontent.com/841395/31398955-45f7b2c8-adb0-11e7-9e00-165de67a6a1f.png)
![10](https://user-images.githubusercontent.com/841395/31398957-463a0506-adb0-11e7-82ee-60227efea4e1.png)
![11](https://user-images.githubusercontent.com/841395/31398959-46700c78-adb0-11e7-9424-4c229809b5b1.png)
![12](https://user-images.githubusercontent.com/841395/31398961-46ada7fe-adb0-11e7-8c8c-210edbed8c2a.png)

#### USEAGE

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