Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed May 2, 2023
1 parent 32b3e3f commit a6ec395
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 94 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
push:
branches:
- master
paths-ignore:
- docs/**

pull_request:
branches:
- master
Expand Down
90 changes: 0 additions & 90 deletions ParquetViewer/GFile.cs

This file was deleted.

6 changes: 2 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Parquet Viewer


Are you ready to explore the amazing world of Parquet files? Introducing **Parquet Viewer**, a cutting-edge tool that uses the powerful [Parquet.Net](https://github.com/aloneguid/parquet-dotnet) library to let you view and analyze your data in a snap. And the best part? It works completely **offline**! That's right, no internet connection required and no data uploaded anywhere. Just open your files and enjoy. Parquet Viewer is still in very experimental stages, so I appreciate your feedback and support.

You might notice that it's a bit slow to load and process your files right now. That's because the browser and the filesystem don't talk to each other very well at the moment. But don't worry, this is going to get much better in the future. I wish I'd be working hard to make this page faster and smoother for you. So please bookmark this page and come back later.
Are you ready to explore the amazing world of Parquet files? Introducing **Parquet Viewer**, a cutting-edge tool that uses the powerful [Parquet.Net](https://github.com/aloneguid/parquet-dotnet) library to let you view and analyse your data in a snap. And the best part? It works completely **offline**! That's right, no internet connection required and no data uploaded anywhere. Just open your files and enjoy. Parquet Viewer is still in very experimental stages, so I appreciate your feedback and support.

Hosted here on [GitHub Pages](https://aloneguid.github.io/parquet-online/) for zero cost and full transparency.

Expand Down Expand Up @@ -45,7 +43,7 @@ This project would not be possible without:
- [Radzen Blazor Components](https://www.radzen.com/blazor-components/).
- [BlazorFileSystem](https://github.com/KristofferStrube/Blazor.FileSystemAccess).
- [Humanizer](https://github.com/Humanizr/Humanizer).
- [alenaksu/json-viewer](alenaksu/json-viewer).
- [alenaksu/json-viewer](https://github.com/alenaksu/json-viewer).

## Contribute

Expand Down

0 comments on commit a6ec395

Please sign in to comment.