From e7376ea442a9190eb01fd3b31350ba3114998205 Mon Sep 17 00:00:00 2001 From: Ivan Zakrevsky Date: Fri, 21 Feb 2025 21:19:25 +0300 Subject: [PATCH] README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0fcdc24..6472d6c 100644 --- a/README.md +++ b/README.md @@ -193,3 +193,9 @@ RDBMS устроена немного по другому, нежели агре - [go-iddd - showcase project for implementing DDD in Go](https://github.com/AntonStoeckl/go-iddd) by Anton Stöckl (see more info [here](https://medium.com/@TonyBologni/implementing-domain-driven-design-and-hexagonal-architecture-with-go-1-292938c0a4d4) and [here](https://medium.com/@TonyBologni/implementing-domain-driven-design-and-hexagonal-architecture-with-go-2-efd432505554>`__)) - [Complete serverless application to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring of a Go project](https://github.com/ThreeDotsLabs/wild-workouts-go-ddd-example) ([more info](https://threedots.tech/post/serverless-cloud-run-firebase-modern-go-application/)) by Robert Laszczak - [Clean Monolith Shop](https://github.com/ThreeDotsLabs/monolith-microservice-shop) by Robert Laszczak - Source code for article "[Why using Microservices or Monolith can be just a detail?](https://threedots.tech/post/microservices-or-monolith-its-detail/)" + +- [Eventhus](https://github.com/mishudark/eventhus) -- CQRS/ES toolkit for Go. +- [CQRS framework in go](https://github.com/andrewwebber/cqrs) +- [Event Horizon](https://github.com/looplab/eventhorizon) -- Event Horizon is a CQRS/ES toolkit for Go. +- [ Go Event Sourcing CQRS Microservice ](https://github.com/AleksK1NG/Go-EventSourcing-CQRS) +