diff --git a/README.md b/README.md index dad5d8e..bc96f9f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ +# Parquet Explorer + Online at: https://xiangpenghao.github.io/parquet-explorer -Useful scripts: +It compiles [parquet-rs](https://github.com/apache/arrow-rs) to WebAssembly and uses it to explore Parquet files. + +![screenshot](doc/parquet-explorer.gif) + + + +## Development + +Checkout the awesome [Leptos](https://github.com/leptos-rs/leptos) framework. ```bash trunk serve --open diff --git a/doc/parquet-explorer.gif b/doc/parquet-explorer.gif new file mode 100644 index 0000000..02d1aae Binary files /dev/null and b/doc/parquet-explorer.gif differ