FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

junoha/sqliteviz: Instant offline SQL-powered data visualisation in your browser · GitHub

forked from lana-k/sqliteviz
 
 

Repository files navigation

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
sqliteviz_demo.mp4

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.

About

Instant offline SQL-powered data visualisation in your browser

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL