exmld icon indicating copy to clipboard operation
exmld copied to clipboard

elixir interface to kinesis client library via MultiLangDaemon

Results 5 exmld issues
Sort by recently updated
recently updated
newest added

i.e. now that Broadway exists, would you use that instead?

Add documentation and examples for: 1. The interaction with erlmld 2. The interaction with the caller code 3. Checkpointing 4. Basic setup (flow creation and important options, supervision trees, etc)...

It would be great to have a CI automatically build the project, run unit tests, publish coverage with something like coveralls, etc.

We currently lack unit tests, so let's start by adding them. Ideally we wouldn't need to run erlmld and can mock/stub it (but DON'T use meck). Create some unit tests...

It doesn't appear to be possible to set the endpoint the library points to for the aws services such as Kinesis and DynamoDb. Instead it appears that we are hard...