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

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

Awesome Lists containing this project

README

        

Metrics Visualization Tool
==========================

![License: MIT](https://img.shields.io/badge/License-MIT-Green.svg)
![Maintained: yes](https://img.shields.io/badge/Maintained-Yes-Green.svg)
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-blue.svg)](https://www.python.org/)
![made-with-javascript](https://img.shields.io/badge/Made%20with-Javascript-blue.svg)

## 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
```

![image](https://github.com/harshul1610/MetricsVisualization/blob/master/images/Visualization.png)