Skip to content

Commit 6c2275a

Browse files
committed
2 parents 3760a35 + 4d4fdc2 commit 6c2275a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Analytics Data Pivot (ADPivot)
22

3-
Analytics Data Pivot (ADPivot) is a no code tool that helps build pivot tables from databases of any size with a few clicks.
3+
Analytics Data Pivot (ADPivot) is a no code tool that helps build pivot tables from databases of any size with a few clicks. You can access a live version of the app through the link: [https://datapivot.analyticsdata.pro/](https://datapivot.analyticsdata.pro/).
44

55
The databases have to be in the Apache Parquet (.parquet) format. ADPivot also supports uploading Excel spreadsheets (.xlsx), selecting a sheet and converting it to a Parquet file that can be used in the application. Support for CSV files is being considered for future versions.
66

@@ -15,6 +15,8 @@ The databases have to be in the Apache Parquet (.parquet) format. ADPivot also s
1515
- **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.
1616
- **Open-source and free:** ADPivot is completely open-source licensed under the Apache 2.0 license.
1717

18+
See the [launch article](https://analyticsdata.pro/blog/Analytics%20Data%20Pivot%20(ADPivot)%20launch) for further details.
19+
1820
## How to use it
1921

2022
You can use the ADPivot app that's currently hosted on my server in the link: https://datapivot.analyticsdata.pro/

0 commit comments

Comments
 (0)