Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T13:31:52.000Z (12 days ago)
- Last Synced: 2025-01-11T04:08:19.473Z (11 days 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.13 MB
- Stars: 139
- Watchers: 3
- Forks: 13
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goes - Event-Sourcing Framework
[![Go Reference](https://pkg.go.dev/badge/github.com/modernice/goes.svg)](https://pkg.go.dev/github.com/modernice/goes)
[![MongoDB](https://github.com/modernice/goes/actions/workflows/mongo-test.yml/badge.svg)](https://github.com/modernice/goes/actions/workflows/mongo-test.yml)
[![NATS](https://github.com/modernice/goes/actions/workflows/nats-test.yml/badge.svg)](https://github.com/modernice/goes/actions/workflows/nats-test.yml)
[![Documentation](https://img.shields.io/badge/Docs-goes.modernice.dev-blue)](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)