All Projects → lucabriguglia → OpenCQRS

lucabriguglia / OpenCQRS

Licence: Apache-2.0 License
.NET Standard framework to create simple and clean design. Advanced features for DDD, CQRS and Event Sourcing.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to OpenCQRS

Kledex
.NET Standard framework to create simple and clean design. Advanced features for DDD, CQRS and Event Sourcing.
Stars: ✭ 502 (-8.06%)
Mutual labels:  events, cqrs, azure, ddd, service-bus, event-sourcing, dispatcher
OpenSleigh
OpenSleigh is a Saga management library for .NET Core.
Stars: ✭ 198 (-63.74%)
Mutual labels:  events, cqrs, azure, ddd
Event Sourcing Jambo
An Hexagonal Architecture with DDD + Aggregates + Event Sourcing using .NET Core, Kafka e MongoDB (Blog Engine)
Stars: ✭ 159 (-70.88%)
Mutual labels:  cqrs, ddd, service-bus, event-sourcing
CQELight
CQELight is an entreprise grade extensible and customisable framework for creating software with CQRS, DDD & Event Sourcing patterns
Stars: ✭ 21 (-96.15%)
Mutual labels:  events, cqrs, ddd, event-sourcing
Event Sourcing Cqrs Examples
Event Sourcing and CQRS in practice.
Stars: ✭ 265 (-51.47%)
Mutual labels:  events, cqrs, ddd, event-sourcing
Goes
Go Event Sourcing made easy
Stars: ✭ 144 (-73.63%)
Mutual labels:  events, cqrs, ddd, event-sourcing
delta
DDD-centric event-sourcing library for the JVM
Stars: ✭ 15 (-97.25%)
Mutual labels:  cqrs, ddd, event-sourcing
muon-java
Muon Core for the JVM. APIs and Microservices taken to the next level
Stars: ✭ 18 (-96.7%)
Mutual labels:  events, ddd, event-sourcing
e-shop
Sample Spring Cloud microservices e-shop.
Stars: ✭ 48 (-91.21%)
Mutual labels:  cqrs, ddd, event-sourcing
iam-ddd-cqrs-es-nestjs
Identity and Access Management
Stars: ✭ 34 (-93.77%)
Mutual labels:  cqrs, ddd, event-sourcing
slack-community
Docs related to DDD-CQRS-ES Discord Community
Stars: ✭ 58 (-89.38%)
Mutual labels:  cqrs, ddd, event-sourcing
node-cqrs-saga
Node-cqrs-saga is a node.js module that helps to implement the sagas in cqrs. It can be very useful as domain component if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.
Stars: ✭ 59 (-89.19%)
Mutual labels:  events, cqrs, event-sourcing
RCM
RCM is a simple CRM application designed for Auto Parts Store made with ASP.NET Core based on DDD, CQRS and SOLID Principles.
Stars: ✭ 29 (-94.69%)
Mutual labels:  cqrs, ddd, event-sourcing
es-emergency-call
Struggling with CQRS, A+ES, DDD? We can help you!
Stars: ✭ 26 (-95.24%)
Mutual labels:  cqrs, ddd, event-sourcing
cqrs
A lightweight, opinionated CQRS and event sourcing framework targeting serverless architectures.
Stars: ✭ 155 (-71.61%)
Mutual labels:  cqrs, ddd, event-sourcing
order-demo
Axon demo - `Order Management` Information System - A part of the systems landscape https://github.com/fraktalio/courier-demo, https://github.com/fraktalio/restaurant-demo, https://github.com/fraktalio/order-demo
Stars: ✭ 72 (-86.81%)
Mutual labels:  cqrs, ddd, event-sourcing
wolkenkit-todomvc
wolkenkit-todomvc is a todo application.
Stars: ✭ 15 (-97.25%)
Mutual labels:  cqrs, ddd, event-sourcing
awesome-talks
Awesome talks about event sourcing, cqrs, microservices, funcional programming ...
Stars: ✭ 23 (-95.79%)
Mutual labels:  cqrs, ddd, event-sourcing
firebase-event-sourcing
Event Sourcing + CQRS + DDD for Firebase
Stars: ✭ 14 (-97.44%)
Mutual labels:  cqrs, ddd, event-sourcing
micro
Functional prooph for microservices
Stars: ✭ 53 (-90.29%)
Mutual labels:  cqrs, ddd, event-sourcing

OpenCQRS

.Build

OpenCQRS is a .NET 6 framework that can be used to create a simple and clean design by enforcing single responsibility and separation of concerns.

Its advanced features are ideal for Domain Driven Design (DDD), Command Query Responsibilty Segragation (CQRS) and Event Sourcing.

With OpenCQRS you can automatically dispatch events to a message bus (Service Bus or RabbitMQ), validate your commands before they are sent to the command handler (FluentValidation) and automatically cache the result of your queries (Memory or Redis).

Full Documentation: OpenCQRS Wiki.

Main Flow

Send Command Flow

Packages

Main

Package Latest Stable
OpenCqrs Nuget Package

Store Providers

Package Latest Stable
OpenCqrs.Store.Cosmos.Mongo Nuget Package
OpenCqrs.Store.Cosmos.Sql Nuget Package
OpenCqrs.Store.EF.MySql Nuget Package
OpenCqrs.Store.EF.PostgreSql Nuget Package
OpenCqrs.Store.EF.Sqlite Nuget Package
OpenCqrs.Store.EF.SqlServer Nuget Package
OpenCqrs.Store.EF.InMemory Nuget Package
OpenCqrs.Store.EF.Cosmos Nuget Package

Bus Providers

Package Latest Stable
OpenCqrs.Bus.ServiceBus Nuget Package
OpenCqrs.Bus.RabbitMQ Nuget Package

Validation Providers

Package Latest Stable
OpenCqrs.Validation.FluentValidation Nuget Package

Caching Providers

Package Latest Stable
OpenCqrs.Caching.Memory Nuget Package
OpenCqrs.Caching.Redis Nuget Package

Misc

Package Latest Stable
OpenCqrs.UI Nuget Package
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].