Skip to content

Commit

Permalink
[skip ci] update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangpengHao committed Dec 15, 2024
1 parent 6baa015 commit 0dc120a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Online at: https://parquet-viewer.xiangpeng.systems

### Features

- Ask questions about Parquet data with natural language ✅
- Query parquet data with SQL (if you're resistance) ✅
- Query parquet data with natural language through LLM (if you're enlightened) ✅
- View Parquet metadata ✅
- Explore Parquet data with SQL ✅
- View Parquet files from local file system, S3, and URLs ✅
- Everything runs in the browser, no data upload ✅
- View Parquet files from anywhere -- local file, S3, or any URLs ✅
- Everything runs in the browser, no server, no external dependencies, just a web page ✅

### Demo

Expand All @@ -18,7 +18,7 @@ Online at: https://parquet-viewer.xiangpeng.systems

## Development

It compiles [parquet-rs](https://github.com/apache/arrow-rs) to WebAssembly and uses it to explore Parquet files, [more details](https://blog.haoxp.xyz/posts/parquet-viewer/).
It compiles [Parquet](https://github.com/apache/arrow-rs), [Arrow](https://github.com/apache/arrow-rs), [Datafusion](https://github.com/apache/datafusion), [OpenDAL](https://github.com/apache/opendal) to WebAssembly and uses it to explore Parquet files, [more details](https://blog.haoxp.xyz/posts/parquet-viewer/).


Checkout the awesome [Leptos](https://github.com/leptos-rs/leptos) framework.
Expand All @@ -37,3 +37,5 @@ Licensed under either of
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

at your option.

Be aware that most of the code is generated by AI, resistance is futile.

0 comments on commit 0dc120a

Please sign in to comment.