Skip to content

cuenca-mx/hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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