https://github.com/olow304/sqdata
📊 Simple SQL Client for lightweight data analysis using Reactjs framework. Demo
https://github.com/olow304/sqdata
chartsjs data-analysis highcharts javascript nodejs react reactjs sql sqljs visualization
Last synced: 9 months ago
JSON representation
📊 Simple SQL Client for lightweight data analysis using Reactjs framework. Demo
- Host: GitHub
- URL: https://github.com/olow304/sqdata
- Owner: Olow304
- License: mit
- Created: 2018-11-14T16:07:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T00:44:16.000Z (about 7 years ago)
- Last Synced: 2025-03-31T14:03:59.124Z (10 months ago)
- Topics: chartsjs, data-analysis, highcharts, javascript, nodejs, react, reactjs, sql, sqljs, visualization
- Language: JavaScript
- Homepage: https://data-analysis.netlify.com/
- Size: 371 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqData
Simple SQL Client for lightweight data analysis using Reactjs framework.
### upload data

### SQL Query

### Get charts

## Features completed:
* [x] authentication
* [x] Upload csv data
* [x] Analysis your data using SQL
* [x] Get Charts and more.
## Features need to be added:
* [ ] Supporting multiple data sources
* [ ] MySQL
* [ ] PostgreSQL (Amazon Redshift)
* [ ] SQLite3
* [ ] Amazon Athena
## Demo
You can try the live demo here: [https://data-analysis.netlify.com](https://data-analysis.netlify.com)
## Installation
You can start the application with following commands. Make sure that your modify the firebase file. Just signup firebase copy and paste the config file located here: sqData/src/config/firebase.js
```
# git clone https://github.com/Olow304/sqData.git
# cd sqData
# npm install
# npm start
```
## License
MIT