Java-Quarkus-Reactive-CQRS-EventSourcing

Java-Quarkus-Reactive-CQRS-EventSourcing (by AleksK1NG)

Java-Quarkus-Reactive-CQRS-EventSourcing Alternatives

Similar projects and alternatives to Java-Quarkus-Reactive-CQRS-EventSourcing

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-Quarkus-Reactive-CQRS-EventSourcing alternative or higher similarity.

Java-Quarkus-Reactive-CQRS-EventSourcing reviews and mentions

Posts with mentions or reviews of Java-Quarkus-Reactive-CQRS-EventSourcing. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-23.
  • Java Quarkus CQRS and EventSourcing microservice example 👋💫✨
    6 projects | dev.to | 23 May 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, Quarkus with reactive Vertx, Postgresql and Kafka. Previously have written same articles where implemented the same microservice using Go and EventStoreDB, and Spring,as written before, repeat here, 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, the best place to read is microservices.io,blog and documentation of this article is very good too, and as written in the previous article, highly recommend Alexey Zimarev "Hands-on Domain-Driven Design with .NET Core" book and also his blog.