Skip to content

uberbrodt/amazon-kinesis-client-elixir

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amazon-kinesis-client-elixir

An Elixir interface for the Amazon Kinesis Client Library.

Build

mvn generate-sources mix do deps.get,compile

Test

mix test

Run

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

About

An Elixir interface for the Amazon Kinesis Client Library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%