Skip to content

Bolt Pub/Sub for the Watermill project.

License

Notifications You must be signed in to change notification settings

ThreeDotsLabs/watermill-bolt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watermill Bolt Pub/Sub CI Status godocs.io Go Reference

This is a Pub/Sub for the Watermill project which uses the Bolt database.

All Pub/Sub implementations can be found at 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 and submit your pull request via GitHub.

Testing Locally

Since no external dependencies are needed to run the tests it should be enough to execute the following command:

$ make test

License

MIT License