An Elixir interface for the Amazon Kinesis Client Library.
mvn generate-sources
mix do deps.get,compile
mix test
Set your AWS credientials: export AWS_ACCESS_KEY_ID=xxx export AWS_SECRET_ACCESS_KEY=xxx
Run sample client:
mix run sample/simple_kinesis_client.exs
Put records into stream
aws kinesis put-record --stream-name "test" --region us-east-1 --profile colinb-sandbox --data "My Record" --partition-key 1
The source code in this project, not including 3rd party JAR files, is licensed under the Apache License V2.