mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 10:08:52 +08:00
a45e218e3f5ad84533cb2c2126f889801d7b9000
sqliteviz
Sqliteviz is a single-page PWA for fully client-side visualisation of SQLite databases or CSV.
This tool allows:
- run SQL queries in sqlite database and create all kinds of charts based on result set
- import CSV 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%