#535lana-k/sqliteviz: 一个单页离线优先 PWA,用于 SQLite 数据库或 CSV 文件的完全客户端可视化。
sqliteviz
Sqliteviz is a single-page offline-first PWA for fully client-side visualisation
of SQLite databases, CSV, JSON or NDJSON 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/JSON/NDJSON 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.
sqlitebrowser/sqlitebrowser: 一个高质量、可视化、开源工具,用于创建、设计和编辑与 SQLite 兼容的数据库文件。alibaba/SREWorks: 阿里巴巴大数据 SRE 团队开源的一个运维 SaaS 应用,特点有云原生,数智华
