All Projects → asc-lab → Java Cqrs Intro

asc-lab / Java Cqrs Intro

Examples of implementation CQRS with Event Sourcing - evolutionary approach

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Java Cqrs Intro

Pdo Event Store
PDO implementation of ProophEventStore http://getprooph.org
Stars: ✭ 96 (-27.82%)
Mutual labels:  cqrs
Reinforced.tecture
Aspect-based architectural framework for .NET business applications involving some FP and CQRS principles.
Stars: ✭ 113 (-15.04%)
Mutual labels:  cqrs
Library
A microservice project using .NET Core 2.0, DDD, CQRS, Event Sourcing, Redis and RabbitMQ
Stars: ✭ 122 (-8.27%)
Mutual labels:  cqrs
Quiz
Example real time quiz application with .NET Core, React, DDD, Event Sourcing, Docker and built-in infrastructure for CI/CD with k8s, jenkins and helm
Stars: ✭ 100 (-24.81%)
Mutual labels:  cqrs
Bifrost
This is the stable release of Dolittle till its out of alpha->beta stages
Stars: ✭ 111 (-16.54%)
Mutual labels:  cqrs
Java Ddd Example
☕🎯 Hexagonal Architecture + DDD + CQRS in a Java project using SpringBoot
Stars: ✭ 119 (-10.53%)
Mutual labels:  cqrs
Event Store Symfony Bundle
Event Store Symfony Bundle
Stars: ✭ 93 (-30.08%)
Mutual labels:  cqrs
Incident
Event Sourcing and CQRS library in Elixir
Stars: ✭ 128 (-3.76%)
Mutual labels:  cqrs
Dotnet Cqrs Intro
Examples of implementation CQRS with Event Sourcing - evolutionary approach
Stars: ✭ 113 (-15.04%)
Mutual labels:  cqrs
Symfony Demo App
A Symfony demo application with basic user management
Stars: ✭ 122 (-8.27%)
Mutual labels:  cqrs
Axondemo
Using Axon + Spring Cloud + Spring Cloud Stream + JPA to implement event sourcing and CQRS
Stars: ✭ 101 (-24.06%)
Mutual labels:  cqrs
Extreme
Elixir Adapter for EventStore
Stars: ✭ 110 (-17.29%)
Mutual labels:  cqrs
Sephsplace
My own version of r/place, done in a weekend
Stars: ✭ 119 (-10.53%)
Mutual labels:  cqrs
Patientmangement
A simple example of how to build an event sourced application
Stars: ✭ 97 (-27.07%)
Mutual labels:  cqrs
Php Ddd Example
🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 5
Stars: ✭ 1,960 (+1373.68%)
Mutual labels:  cqrs
Xer.cqrs
A lightweight and easy-to-use CQRS + DDD library
Stars: ✭ 96 (-27.82%)
Mutual labels:  cqrs
User Bundle
A new Symfony user bundle
Stars: ✭ 116 (-12.78%)
Mutual labels:  cqrs
Eventflow.example
DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store), PostgreSQL(Read store), EventStore(GES). It's targeted to .Net Core 2.2 and include docker compose file.
Stars: ✭ 131 (-1.5%)
Mutual labels:  cqrs
Eshoponcontainersddd
Fork of dotnet-architecture/eShopOnContainers in full DDD/CQRS design using my own patterns
Stars: ✭ 126 (-5.26%)
Mutual labels:  cqrs
Vertex
Vertex is a distributed, ultimately consistent, event traceable cross platform framework based on Orleans, which is used to build high-performance, high throughput, low latency, scalable distributed applications
Stars: ✭ 117 (-12.03%)
Mutual labels:  cqrs

CQRS and Event Sourcing Intro for Developers

We live in a world of dynamically changing technologies. New ways of architecturing our solutions, new frameworks and libraries seem to appear on almost daily basis.

But good software engineering is not about fancy frameworks and solutions aggressively promoted by their vendors. It is not about doing something because Netflix or Google did it. It is about taking well-thought-out decisions based on facts and knowledge. That’s why it is important to be familiar basic architectural concepts like CQRS. It is one of the tools we use in our software house every day. We mentioned CQRS in the article which is part of the series about Microservices on .NET Core, but it was presented from technical perspective and here we want to focus on basics concepts explanation with visualisation and examples.

Check our article!

No CQRS

No CQRS

Separate Commands and Queries

Separate Commands and Queries

Separate Models Commands and Queries

Separate Models Commands and Queries

Separate Storage Engines

Separate Storage Engines

Event Sourcing

Event Sourcing

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].