Aims at providing a unified way of working with cloud queues (SQS, PubSub, Service Bus, ...).
All the abstractions are defined in the core module. Other modules implement the abstraction for various queue systems and integration with other libraries.
For more documentation, head over to the documentation website.
Following commands are useful when developing:
sbt compilecompiles all the modules.sbt testruns all the tests.sbt prePRprepares the current branch before pushing and opening a PR. It ensures various static checks will pass.sbt docs/tlSitePreviewstarts a local server with the built documentation site.