ExKpl Coverage StatusBuild Status

Kinesis Producer Library in Elixir

This module provides record aggregation similar to Amazon's KPL library. Once the records are aggregated you can use your preferred method of sending them to Kinesis, ex_aws for example.

Documentation

Available on hex

Installation

The package can be installed by adding ex_kpl to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_kpl, "~> 0.1"}
  ]
end

Credits

This is basically a port of AdRoll's Erlang implementation included in adroll/erlmld, so a special thanks to them.