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

https://github.com/kyuff/es-commands

Library to work with Commands in an Event Sourced application
https://github.com/kyuff/es-commands

commands cqrs dispatcher domain-driven-design event-sourcing

Last synced: 4 months ago
JSON representation

Library to work with Commands in an Event Sourced application

Awesome Lists containing this project

README

          

# es-commands

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

Library to work with Commands in an Event Sourced application