Skip to content

KinesisProducerNet is a .NET port of Amazon Kinesis Producer Library targeting .NET Standard

License

Notifications You must be signed in to change notification settings

daletskyi/KinesisProducerNet

Repository files navigation

KinesisProducerNet Build Status

KinesisProducerNet is a .NET port of Amazon Kinesis Producer Library targeting .NET Standard 1.3+ and can be run on Windows, Linux and macOs.

Installation

You can install KinesisProducerNet via NuGet: Install-Package KinesisProducerNet Apart of the main package you'll need to install package for each platform you want it to be run on: Install-Package KinesisProducerNet.Linux

Documentation

Please refer to the original KPL documentation.

Sample code

You can find samples in samples folder, incduling KCL integration sample.

Building

There aren't any additional requirements for build process. You can either use MS Visual Studio or dotnet CLI.

Todos

  • Add "Getting started" section here
  • [DONE] Add sample with KCL
  • Update code to match the latest release of KPL (now it matches 0.12.8 release)

License

MIT

About

KinesisProducerNet is a .NET port of Amazon Kinesis Producer Library targeting .NET Standard

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages