KinesisProducerNet is a .NET port of Amazon Kinesis Producer Library targeting .NET Standard 1.3+ and can be run on Windows, Linux and macOs.
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
Please refer to the original KPL documentation.
You can find samples in samples
folder, incduling KCL integration sample.
There aren't any additional requirements for build process. You can either use MS Visual Studio or dotnet CLI.
- 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)
MIT