An open API service indexing awesome lists of open source software.

https://github.com/threedotslabs/watermill-jetstream


https://github.com/threedotslabs/watermill-jetstream

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Watermill Jetstream Pub/Sub

[![CI Status](https://github.com/ThreeDotsLabs/watermill-jetstream/actions/workflows/master.yml/badge.svg)](https://github.com/ThreeDotsLabs/watermill-jetstream/actions/workflows/master.yml)

This is Pub/Sub for the [Watermill](https://watermill.io/) project targeting [NATS Jetstream](https://docs.nats.io/nats-concepts/jetstream).

All Pub/Sub implementations can be found at [https://watermill.io/pubsubs/](https://watermill.io/pubsubs/).

Watermill is a Go library for working efficiently with message streams. It is intended
for building event driven applications, enabling event sourcing, RPC over messages,
sagas and basically whatever else comes to your mind. You can use conventional pub/sub
implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog if that fits your use case.

Documentation: https://watermill.io/

Getting started guide: https://watermill.io/docs/getting-started/

Issues: https://github.com/ThreeDotsLabs/watermill/issues

## Contributing

All contributions are very much welcome. If you'd like to help with Watermill development,
please see [open issues](https://github.com/ThreeDotsLabs/watermill/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+)
and submit your pull request via GitHub.

## Support

If you didn't find the answer to your question in [the documentation](https://watermill.io/), feel free to ask us directly!

Please join us on the `#watermill` channel on the [Gophers slack](https://gophers.slack.com/): You can get an invite [here](https://gophersinvite.herokuapp.com/).

## License

[MIT License](./LICENSE)