https://github.com/harshuljain13/metricsvisualization
A tool to visualize the Big Data using SQL queries
https://github.com/harshuljain13/metricsvisualization
design-patterns django highcharts-js metrics plotlyjs query-executor querybuilder realtime-visualization vega-lite visualization websockets
Last synced: 3 months ago
JSON representation
A tool to visualize the Big Data using SQL queries
- Host: GitHub
- URL: https://github.com/harshuljain13/metricsvisualization
- Owner: harshuljain13
- License: mit
- Created: 2019-05-19T07:13:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:21:03.000Z (over 2 years ago)
- Last Synced: 2024-12-30T06:27:24.099Z (5 months ago)
- Topics: design-patterns, django, highcharts-js, metrics, plotlyjs, query-executor, querybuilder, realtime-visualization, vega-lite, visualization, websockets
- Language: Jupyter Notebook
- Homepage:
- Size: 777 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Metrics Visualization Tool
==========================

[](https://www.python.org/)
## Instructions to setup
```
1. virualenv venv
2. source venv/bin/activate
3. pip install -r requirements.txt
4. cd WebApp
5. python resource.py
6. sqlite3 db.sqlite3
7. CREATE TABLE reliance (id int not null primary key, date Date, open_price float, high_price float, low_price float, last_traded_price float, Close float, total_traded_quantity float, turnover float);
8. run notebook in data directory to dump data in database
```