Apache.Avro
1.11.0
Install-Package Apache.Avro -Version 1.11.0
dotnet add package Apache.Avro --version 1.11.0
<PackageReference Include="Apache.Avro" Version="1.11.0" />
paket add Apache.Avro --version 1.11.0
#r "nuget: Apache.Avro, 1.11.0"
// Install Apache.Avro as a Cake Addin
#addin nuget:?package=Apache.Avro&version=1.11.0
// Install Apache.Avro as a Cake Tool
#tool nuget:?package=Apache.Avro&version=1.11.0
Avro provides:
Rich data structures.
A compact, fast, binary data format.
A container file, to store persistent data.
Remote procedure call (RPC).
Simple integration with dynamic languages. Code generation is not required to read or write data files nor to use or implement RPC protocols. Code generation as an optional optimization, only worth implementing for statically typed languages.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 10.0.3)
- System.CodeDom (>= 4.4.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Emit.ILGeneration (>= 4.3.0)
- System.Reflection.Emit.Lightweight (>= 4.3.0)
-
.NETStandard 2.1
- Newtonsoft.Json (>= 10.0.3)
- System.CodeDom (>= 4.4.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Emit.ILGeneration (>= 4.3.0)
- System.Reflection.Emit.Lightweight (>= 4.3.0)
NuGet packages (24)
Showing the top 5 NuGet packages that depend on Apache.Avro:
Package | Downloads |
---|---|
Confluent.SchemaRegistry.Serdes.Avro
Provides an Avro Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration |
|
Pulsar.Client
.NET client library for Apache Pulsar |
|
ETP
The Energistics Transfer Protocol (ETP) is a specification for an asynchronous message-based data transfer standard used by the Energistics family data formats. |
|
Microsoft.Azure.Data.SchemaRegistry.ApacheAvro
Microsoft Azure Schema Registry Apache Avro SDK |
|
CloudNative.CloudEvents.Avro
Avro extensions for CloudNative.CloudEvents |
GitHub repositories (7)
Showing the top 5 popular GitHub repositories that depend on Apache.Avro:
Repository | Stars |
---|---|
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
|
|
confluentinc/confluent-kafka-dotnet
Confluent's Apache Kafka .NET client
|
|
GoogleCloudPlatform/dotnet-docs-samples
.NET code samples used on https://cloud.google.com
|
|
zarusz/SlimMessageBus
Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.
|
|
Farfetch/kafka-flow
KafkaFlow is a .NET framework to create Kafka based applications, simple to use and extend.
|