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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The databases have to be in the Apache Parquet (.parquet) format. ADPivot also s
13
13
-**Relational**. Multiple databases can be added to allow relational database analytics.
14
14
-**MultiIndex**. The resulting pivot table then can be visualized or downloaded preserving the MultiIndex (hierarchical index) structure defined in the application.
15
15
-**Fast**. Under the hood, ADPivot uses [WebAssembly](https://webassembly.org/)[DuckDB](https://github.com/duckdb/duckdb-wasm) and [Pyodide](https://github.com/pyodide/pyodide) for maximum querying performance. On the front-end side, [React](https://github.com/facebook/react) and [Next.js](https://github.com/vercel/next.js) provide the best UI performance.
16
-
-**Open-source and free:** ADPivot is completely open-source licensed under the Apache 2.0 license.
16
+
-**Open-source and free:** ADPivot is completely open-source licensed under the MIT license.
17
17
18
18
See the [launch article](https://analyticsdata.pro/blog/Analytics%20Data%20Pivot%20(ADPivot)%20launch) for further details.
0 commit comments