Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)