Skip to content

Commit 9fd2331

Browse files
committed
readme update
1 parent 5da1b44 commit 9fd2331

File tree

5 files changed

+7
-54
lines changed

5 files changed

+7
-54
lines changed

docs/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Apache Parquet for .NET [![NuGet](https://img.shields.io/nuget/v/Parquet.Net.svg)](https://www.nuget.org/packages/Parquet.Net) [![Nuget](https://img.shields.io/nuget/dt/Parquet.Net)](https://www.nuget.org/packages/Parquet.Net)
22

33

4-
![Icon](img/banner.svg)
4+
![Icon](img/banner.png)
55

6+
**Fully managed, safe, extremely fast** .NET library to 📖read and ✍️write [Apache Parquet](https://parquet.apache.org/) files designed for .NET world (not a wrapper). Targets `.NET 7`, `.NET 6.0`, `.NET Core 3.1`, `.NET Standard 2.1` and `.NET Standard 2.0`.
67

8+
Whether you want to build apps for Linux, MacOS, Windows, iOS, Android, Tizen, Xbox, PS4, Raspberry Pi, Samsung TVs or much more, Parquet.NET has you covered.
79

8-
**Fully portable, managed** .NET library to 📖read and ✍️write [Apache Parquet](https://parquet.apache.org/) files. Targets `.NET 7`, `.NET 6.0`, `.NET Core 3.1`, `.NET Standard 2.1` and `.NET Standard 2.0`.
10+
Make sure to check out [Apache Parquet Viewer](https://aloneguid.github.io/parquet-online/) built with this library:
911

10-
Whether you want to build apps for Linux, MacOS, Windows, iOS, Android, Tizen, Xbox, PS4, Raspberry Pi, Samsung TVs or much more, Parquet.NET has you covered.
12+
[![](img/pv.png)](https://aloneguid.github.io/parquet-online/)
1113

1214
## Why
1315

@@ -233,7 +235,7 @@ If you have a choice, then the choice is easy - use Low Level API. They are the
233235

234236
## Contributing
235237

236-
Any contributions are welcome, in any form. Documentation, code, tests, donations or anything else. I don't like processes so anything goes. If you happen to get interested in parquet development, there are some [interesting links](parquet-getting-started.md).
238+
Any contributions are welcome, in any form. Documentation, code, tests, donations or anything else. I don't like processes so anything goes. If you happen to get interested in parquet development, there are some [interesting links](parquet-getting-started.md). The first important thing you can do is simply star ⭐ this project.
237239

238240
## Special Thanks
239241

@@ -244,3 +246,4 @@ Without these tools development would be really painful.
244246
- [IntelliJ IDEA](https://www.jetbrains.com/idea/) - the best Python, Scala and Java IDE.
245247
- [LINQPad](https://www.linqpad.net/) - extremely powerful C# REPL with unique visualisation features, IL decompiler, expression tree visualiser, benchmarking, charting and so on. Again it's worth having Windows just for this tool. Please support the author and purchase it.
246248
- [Benchmarkdotnet](https://benchmarkdotnet.org/) - the best cross-platform tool that can microbenchmark C# code. This library is faster than native ones only thanks for this.
249+
- **You** starring ⭐ this project!

docs/img/banner.png

45.7 KB
Loading

docs/img/banner.snagx

118 KB
Binary file not shown.

docs/img/banner.svg

Lines changed: 0 additions & 50 deletions
This file was deleted.

docs/img/pv.png

17.5 KB
Loading

0 commit comments

Comments
 (0)