Java-Spring-CRQS-Eventsourcing-Microservice

Java-Spring-CRQS-Eventsourcing-Microservice (by AleksK1NG)

Java-Spring-CRQS-Eventsourcing-Microservice Alternatives

Similar projects and alternatives to Java-Spring-CRQS-Eventsourcing-Microservice

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Java-Spring-CRQS-Eventsourcing-Microservice alternative or higher similarity.

Java-Spring-CRQS-Eventsourcing-Microservice reviews and mentions

Posts with mentions or reviews of Java-Spring-CRQS-Eventsourcing-Microservice. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-18.
  • Java Spring EventSourcing and CQRS Clean Architecture microservice 👋⚡️💫
    9 projects | dev.to | 18 Apr 2022
    Source code you can find in GitHub repository The main idea of this project is the implementation of Event Sourcing and CQRS using Java, Spring and EventStore using Postgresql, previously have written same article where implemented the same using Go and EventStoreDB, think EventStoreDB is the best choice for event sourcing, but in real life at some projects we usually have business restrictions and for example usage of the EventStoreDB can be not allowed, in this case think postgres and kafka is good alternative for implementing our own event store. Didn't write in this article about Event Sourcing and CQRS patterns,th e best place to read is microservices.io, blog and documentation of this article is very good too, and as written in previous article, highly recommend Alexey Zimarev "Hands-on Domain-Driven Design with .NET Core" book and also his blog.