You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ of SQLite databases, CSV, JSON or NDJSON files.
9
9
10
10
With sqliteviz you can:
11
11
12
-
- run SQL queries against a SQLite database and create [Plotly][11] charts and pivot tables based on the result sets
12
+
- run SQL queries against a SQLite database and create [Plotly][11] charts, graphs and pivot tables based on the result sets
13
13
- import a CSV/JSON/NDJSON file into a SQLite database and visualize imported data
14
14
- export result set to CSV file
15
15
- manage inquiries and run them against different databases
@@ -33,7 +33,9 @@ It's a kind of middleground between [Plotly Falcon][1] and [Redash][2].
33
33
34
34
## Components
35
35
36
-
It is built on top of [react-chart-editor][3], [PivotTable.js][12], [sql.js][4] and [Vue-Codemirror][8] in [Vue.js][5]. CSV parsing is performed with [Papa Parse][9].
36
+
It is built on top of [react-chart-editor][3], [PivotTable.js][12], [sql.js][4]
37
+
and [Vue-Codemirror][8] in [Vue.js][5]. CSV parsing is performed with [Papa Parse][9].
38
+
Graphs are visualized with [Sigma.js][13] and [Graphology][14].
37
39
38
40
[1]: https://github.com/plotly/falcon
39
41
[2]: https://github.com/getredash/redash
@@ -47,3 +49,5 @@ It is built on top of [react-chart-editor][3], [PivotTable.js][12], [sql.js][4]
0 commit comments