Simple try of AWS Kinesis + Nakadi API
- Update aws creadentials file with:
> mai login aruha-test
- Run application
> gradle run
- The app will be running at:
http://localhost:4567
publish single event: POST /event-types/{event-type}/events
read events stream: GET /event-types/{event-type}/events
get partitions info: GET /event-types/{event-type}/partitions
Currently there's one event-type that exists in Kinesis in our test-account: kintry
.