https://github.com/modernice/goes
goes is an event-sourcing framework for Go.
https://github.com/modernice/goes
cqrs ddd distributed event-driven event-sourced event-sourcing eventbus events framework go golang jetstream microservices mongo mongodb nats postgres projection pubsub toolkit
Last synced: about 2 months ago
JSON representation
goes is an event-sourcing framework for Go.
- Host: GitHub
- URL: https://github.com/modernice/goes
- Owner: modernice
- License: apache-2.0
- Created: 2021-01-12T18:39:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T15:24:12.000Z (about 2 months ago)
- Last Synced: 2025-03-28T12:07:00.362Z (about 2 months ago)
- Topics: cqrs, ddd, distributed, event-driven, event-sourced, event-sourcing, eventbus, events, framework, go, golang, jetstream, microservices, mongo, mongodb, nats, postgres, projection, pubsub, toolkit
- Language: Go
- Homepage: https://goes.modernice.dev
- Size: 3.27 MB
- Stars: 141
- Watchers: 2
- Forks: 13
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goes - Event-Sourcing Framework
[](https://pkg.go.dev/github.com/modernice/goes)
[](https://github.com/modernice/goes/actions/workflows/mongo-test.yml)
[](https://github.com/modernice/goes/actions/workflows/nats-test.yml)
[](https://goes.modernice.dev)`goes` is a collection of interfaces, tools, and backend implementations that
allow you to write event-sourced applicatios in Go.If you have any questions or feedback, feel free to [open an issue](
https://github.com/modernice/goes/issues/new) or [start a discussion](
https://github.com/modernice/goes/discussions).## Getting Started
[Read the documentation](https://goes.modernice.dev) to get started. It's still
a work-in-progress but the best place to get started with development. You can
also take a look at the ["To-Do" example](./examples/todo), which implements a
simple event-sourced app that works distributedly.## Contributing
_TBD_
## License
[Apache License, Version 2.0](./LICENSE)