/hub

librería para implementar kinesis

Primary LanguagePython

Hub

Build Status Coverage Status Code style: black

Library to send and receive data between several instances through Kinesis. It uses a worker to keep listening streams and a producer to send data and wait for the response.

Install dev

make install-dev
make test

Testing

$ make test

Linter

make format
make lint