https://github.com/sashman/kinesis_consumer
https://github.com/sashman/kinesis_consumer
cli consumer elixir kinesis
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sashman/kinesis_consumer
- Owner: sashman
- Created: 2021-02-08T15:17:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-08T15:25:14.000Z (over 4 years ago)
- Last Synced: 2025-01-22T08:42:26.110Z (9 months ago)
- Topics: cli, consumer, elixir, kinesis
- Language: Elixir
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KinesisConsumer
Standard out elixir kinesis consumer.
## Usage
When started give the task some time to resolve the lease:
```
STREAM_NAME=diseases mix start
```## Params
- `APP_NAME` - Application name to register as a lease against.
- `AWS_ACCESS_KEY_ID`
- `AWS_SECRET_ACCESS_KEY`
- `AWS_REGION`
- `KINESIS_HOST`
- `DYNAMO_DB_HOST`