Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ebowman/escalator

Scala wrapper for the AWS Kinesis java client.
https://github.com/ebowman/escalator

Last synced: about 1 month ago
JSON representation

Scala wrapper for the AWS Kinesis java client.

Awesome Lists containing this project

README

        

Escalator is an AWS Kinesis client library written in Scala.

It’s primary goal is to provide a scala native API to Kinesis. The Kinesis API is fairly complicated; lots of requests “page”, and other libraries try to hide that fact from the user. Unfortunately requests to the Kinesis APIs are rate limited. This is expressed using scala Streams, and if you’re careful you can avoid making any unnecessary AWS requests.

More docs to follow…