lana-k / sqliteviz

Instant offline SQL-powered data visualisation in your browser

Home Page:https://sqliteviz.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 and pivot tables based on the result sets
  • import a CSV file into a SQLite database and visualize imported data
  • export result set to CSV file
  • manage inquiries and run them against different databases
  • import/export inquiries from/to a JSON file
  • export a modified SQLite database
  • use it offline from your OS application menu like any other desktop app
sqliteviz_demo.mp4

Quickstart

The latest release of sqliteviz is deployed on sqliteviz.com/app.

Wiki

For user documentation, check out sqliteviz documentation.

Motivation

It's a kind of middleground between Plotly Falcon and Redash.

Components

It is built on top of react-chart-editor, PivotTable.js, sql.js and Vue-Codemirror in Vue.js. CSV parsing is performed with Papa Parse.

About

Instant offline SQL-powered data visualisation in your browser

https://sqliteviz.com

License:Apache License 2.0


Languages

Language:JavaScript 60.4%Language:Vue 34.7%Language:CSS 1.8%Language:Python 1.2%Language:Jupyter Notebook 1.1%Language:HTML 0.5%Language:Shell 0.3%Language:Dockerfile 0.1%