Skip to content

Commit 1e8407c

Browse files
Ivan Gavryliukazurecoder
Ivan Gavryliuk
authored andcommitted
dotnet loves parquet! (tensorflow#66)
* dotnet loves parquet! * typo
1 parent 8bb233a commit 1e8407c

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# parquet-dotnet [![Build status](https://ci.appveyor.com/api/projects/status/w3o50mweytm85uxb?svg=true)](https://ci.appveyor.com/project/aloneguid/parquet-dotnet) [![NuGet](https://img.shields.io/nuget/v/Parquet.Net.svg)](https://www.nuget.org/packages/Parquet.Net)
1+
# Parquet.Net [![Build status](https://ci.appveyor.com/api/projects/status/w3o50mweytm85uxb?svg=true)](https://ci.appveyor.com/project/aloneguid/Parquet.Net) [![NuGet](https://img.shields.io/nuget/v/Parquet.Net.svg)](https://www.nuget.org/packages/Parquet.Net)
22

3-
![Icon](doc/img/icon.png)
3+
![Icon](doc/img/dotnetlovesparquet.png)
44

55
A .NET library to read and write [Apache Parquet](https://github.com/Parquet) files. Supports .NET 4.5.1 and .NET Standard 1.6.
66

@@ -23,9 +23,13 @@ We have just started to work on this library, [contributors are welcome](CONTRIB
2323

2424
You can track the amount of features we have [implemented so far](doc/features.md).
2525

26+
## Related Projects
27+
28+
Watch [this space](https://github.com/elastacloud/datalake-extractor-parquet) for [Azure Data Lake Analytics](https://azure.microsoft.com/en-us/services/data-lake-analytics/) Parquet extractor.
29+
2630
## Getting started
2731

28-
**parquet-dotnet** is redistributed as a [NuGet package](https://www.nuget.org/packages/Parquet.Net) for `.NET 4.5.1` and `.NET Standard 1.6`. All code is managed and doesn't have any native dependencies, therefore you are ready to go after referencing the package.
32+
**Parquet.Net** is redistributed as a [NuGet package](https://www.nuget.org/packages/Parquet.Net) for `.NET 4.5.1` and `.NET Standard 1.6`. All code is managed and doesn't have any native dependencies, therefore you are ready to go after referencing the package.
2933

3034
### Reading files
3135

@@ -87,7 +91,7 @@ To use, run ```dotnet parq.dll InputFilePath=path/to/file.parquet DisplayMinWidt
8791

8892
## License
8993

90-
parquet-dotnet is licensed under the [MIT license](https://github.com/elastacloud/parquet-dotnet/blob/master/LICENSE).
94+
Parquet.Net is licensed under the [MIT license](https://github.com/elastacloud/parquet-dotnet/blob/master/LICENSE).
9195

9296
## Contributing
9397

doc/img/dotnetlovesparquet.jpg

5.13 KB
Loading

doc/img/dotnetlovesparquet.pdn

61.9 KB
Binary file not shown.

doc/img/dotnetlovesparquet.png

35.1 KB
Loading

0 commit comments

Comments
 (0)