mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 10:08:52 +08:00
acd56a85cbccd0c5c64977bd1f379c78b10ce991
sqliteviz
Sqliteviz is a single-page PWA for fully client-side visualisation of SQLite databases or CSV files.
This application allows:
- run SQL queries in sqlite database and create all kinds of charts based on result set
- import CSV file into sqlite database and visualize imported data
- save queries and chart settings
- export queries and chart settings to JSON file
- import queries and chart settings from JSON file
- manipulate saved queries (rename, duplicate, delete)
- set predefined queries available for all users of sqliteviz on your server (read more about predefind queries on Wiki)
- export modified database
- use it offline
Get started
The latest release of sqliteviz is running on Github pages. The simplest way to start is to use sqliteviz there.
Wiki
For user documentation, check out sqliteviz Wiki.
Motivation
It's a kind of middleground between Plotly Falcon and Redash.
Components
It is built on top of react-chart-editor, sql.js and Vue-Codemirror in Vue.js. CSV parsing is performed with Papa Parse.
Description
Languages
JavaScript
63.7%
Vue
31.7%
CSS
1.5%
Python
1.4%
Jupyter Notebook
1%
Other
0.6%