edat is an event-driven architecture library for Go.
go get -u github.com/stackus/edat
Go 1.15
edat provides opinionated plumbing to help with many aspects of the development of an event-driven application.
- Basic pubsub for events
- Asynchronous command and reply messaging
- Event sourcing
- Entity change publication
- Orchestrated sagas
- Transactional Outbox
FTGOGO A golang rewrite of the FTGO Eventuate demonstration application using edat.
- Documentation
- Wiki Examples & Quickstart
- Tests, tests, and more tests
- edat-pgx Postgres
- edat-msgpack MessagePack
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
MIT