Go microservices starter demonstrating DDD, CQRS, and event sourcing.
A practical Go-based microservices template implementing Domain-Driven Design, CQRS, event sourcing, and vertical-slice architecture. It uses asynchronous messaging (RabbitMQ), gRPC and REST for communication, Postgres and EventStoreDB for writes, MongoDB and Elasticsearch for read stores, plus Docker for local deployment. Suited for backend projects demonstrating distributed, event-driven architectures, testing strategies, and observability.
0