Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ebowman/escalator
- Owner: ebowman
- License: mit
- Created: 2014-07-17T14:45:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-30T09:55:41.000Z (over 10 years ago)
- Last Synced: 2023-04-19T17:17:25.351Z (over 1 year ago)
- Language: Scala
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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…