https://github.com/commercetools/fs2-queues
https://github.com/commercetools/fs2-queues
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/commercetools/fs2-queues
- Owner: commercetools
- License: apache-2.0
- Created: 2024-02-07T15:05:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-04T09:41:47.000Z (5 months ago)
- Last Synced: 2026-02-04T20:40:44.240Z (5 months ago)
- Language: Scala
- Homepage: https://commercetools.github.io/fs2-queues/
- Size: 929 KB
- Stars: 13
- Watchers: 10
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Notice: NOTICE
Awesome Lists containing this project
README
# Common Cloud Client Tools
[](https://github.com/commercetools/fs2-queues/actions/workflows/ci.yml)
Aims at providing a unified way of working with cloud queues (SQS, PubSub, Service Bus, ...).
All the abstractions are defined in the [`core`](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](https://commercetools.github.io/fs2-queues).
## Development
Following commands are useful when developing:
- `sbt compile` compiles all the modules.
- `sbt test` runs all the tests.
- `sbt prePR` prepares the current branch before pushing and opening a PR. It ensures various static checks will pass.
- `sbt docs/tlSitePreview` starts a local server with the built documentation site.