Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adroll/kinetic
Erlang Kinesis Client
https://github.com/adroll/kinetic
erlang hacktoberfest
Last synced: 25 days ago
JSON representation
Erlang Kinesis Client
- Host: GitHub
- URL: https://github.com/adroll/kinetic
- Owner: AdRoll
- License: bsd-3-clause
- Created: 2014-06-29T08:21:41.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T00:12:25.000Z (7 months ago)
- Last Synced: 2024-12-08T00:10:48.419Z (about 1 month ago)
- Topics: erlang, hacktoberfest
- Language: Erlang
- Homepage: https://hex.pm/packages/kinetic
- Size: 313 KB
- Stars: 38
- Watchers: 20
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Kinetic
=======Kinetic is an erlang Kinesis client built to be an OTP application and
easy to integrate and work with.If you are running Kinetic from an EC2 instance with an IAM role it
essentially doesn't need any configuration as it will be smart enough to
grab everything from the context. At the same time it will be possible
to override the context values with configured ones.You can start an erl with:
$ erl -pa ebin -pa deps/*/ebin -s inets -s crypto -s ssl -s lhttpc -config development -s kinetic
Erlang R16B03-1 (erts-5.10.4) [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]Eshell V5.10.4 (abort with ^G)
1> kinetic:list_streams([]).
{ok, [{<<"HasMoreStreams">>,false},{<<"StreamNames">>,[]}]}`development.config` allows the developer to override some configuration
values to allow for different setups.