1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00
2021-05-05 23:30:33 +02:00
2021-05-02 20:46:27 +02:00
2021-05-05 21:46:29 +02:00
2021-05-05 21:44:44 +02:00
2020-09-20 22:52:06 +02:00
2020-09-20 22:52:06 +02:00
2021-04-21 11:05:56 +02:00
2020-12-16 19:15:52 +01:00
2021-05-05 23:20:46 +02:00
2020-10-11 16:17:53 +02:00
2021-05-04 14:13:58 +02:00
2021-04-21 11:05:56 +02:00
2020-11-13 15:56:22 +01:00
2021-05-05 15:08:12 +02:00
2021-05-05 15:08:12 +02:00
2021-04-30 19:04:08 +02:00
2021-05-04 14:13:58 +02:00

sqliteviz

Sqliteviz is a single-page offline-first PWA for fully client-side visualisation of SQLite databases or CSV files.

With sqliteviz you can:

  • run SQL queries against a SQLite database and create Plotly charts based on the result sets
  • import a CSV file into a SQLite database and visualize imported data
  • manage queries and chart settings and run them against different databases
  • import/export queries and chart settings to/from a JSON file
  • export a modified SQLite database
  • use it offline from your OS application menu like any other desktop app

Quickstart

The latest release of sqliteviz is deployed on GitHub Pages at lana-k.github.io/sqliteviz.

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
Instant offline SQL-powered data visualisation in your browser
Readme Apache-2.0 121 MiB
Languages
JavaScript 63.7%
Vue 31.7%
CSS 1.5%
Python 1.4%
Jupyter Notebook 1%
Other 0.6%