Info
Version: | 2.1.4 |
Author(s): | Ivan Gavryliuk (@aloneguid), Richard Conway (@azurecoder) |
Last Update: | Thursday, June 7, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/elastacloud/parquet-dotnet |
NuGet Url: | https://www.nuget.org/packages/Parquet.Net.Json |
Install
Install-Package Parquet.Net.Json
dotnet add package Parquet.Net.Json
paket add Parquet.Net.Json
Parquet.Net.Json Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Parquet.Net(>= 2.1.4)
- Newtonsoft.Json(>= 10.0.3)
- Parquet.Net(>= 2.1.4)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 10.0.3)
- infers schema from json documents
- convers json documents into parquet DataSets
- supports json files with infinite nesting.