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

https://github.com/kyuff/es

Library to work with Event Sourcing as a Persistence Layer in Go
https://github.com/kyuff/es

ddd domain-driven-design event-sourcing golang persistence

Last synced: about 1 month ago
JSON representation

Library to work with Event Sourcing as a Persistence Layer in Go

Awesome Lists containing this project

README

          

# Event Sourcing in Go

[![Build Status](https://github.com/kyuff/es/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/kyuff/es/actions/workflows/go.yml)
[![Report Card](https://goreportcard.com/badge/github.com/kyuff/es)](https://goreportcard.com/report/github.com/kyuff/es/)
[![Go Reference](https://pkg.go.dev/badge/github.com/kyuff/es.svg)](https://pkg.go.dev/github.com/kyuff/es)
[![codecov](https://codecov.io/gh/kyuff/es/graph/badge.svg?token=EY0LT9XASR)](https://codecov.io/gh/kyuff/es)

Library to work with Event Sourcing as a Persistence Layer in Go