Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 698 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 698 Bytes

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