cqrs-pattern
There are 704 repositories under cqrs-pattern topic.
aspnetrun/run-aspnetcore-microservices
Microservices on .NET platforms used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR, DDD, Vertical and Clean Architecture implementation with using latest features of .NET 8 and C# 12
mehdihadeli/go-food-delivery-microservices
🍕 A practical and imaginary food delivery microservices, built with golang, domain-driven design, cqrs, event sourcing, vertical slice architecture, event-driven architecture, and the latest technologies.
Amitpnk/Onion-architecture-ASP.NET-Core
WhiteApp API solution template which is built on Onion Architecture with all essential feature using .NET 8!
aspnetrun/run-aspnetcore-cqrs
Real world Enterprise CRM application example of ASP.NET Core + Angular web application. Implemented CQRS Design Pattern for ASP.NET Core + Angular reference application, demonstrating a layered application architecture with DDD best practices. Download 100+ page eBook PDF from here ->
ThembisileNGQ/Akkatecture
a cqrs and event sourcing framework for dotnet core using akka.net
iammukeshm/OnionArchitecture
The onion architecture, introduced by Jeffrey Palermo, overcomes the issues of the layered architecture with great ease. With Onion Architecture, the game-changer is that the Domain Layer (Entities and Validation Rules that are common to the business case ) is at the Core of the Entire Application. This means higher flexibility and lesser coupling. In this approach, we can see that all the Layers are dependent only on the Core Layers.
fals/cqrs-clean-eventual-consistency
CQRS, using Clean Architecture, multiple databases and Eventual Consistency
jetbasrawi/go.cqrs
A Golang reference implementation of the CQRS pattern.
dhslrl321/cqrs-journey-guide-korean
🚘 CQRS Journey 의 한글 번역본 (Korean version translation of Microsoft's CQRS Journey)
babaktaremi/Clean-Architecture-Template
🧹 Ready to develop template based on clean architecture principles. Supports ASP NET Core Identity integrated with JWE tokens, OTP authentication, stand alone plugin development, CQRS pattern using MediatR library and dynamic permission management system out of the box
juicycleff/nestjs-event-store
NestJS CQRS module for EventStore.org. It requires @nestjs/cqrs
omid-ahmadpour/CleanArchitecture-Template
This stands as a comprehensive solution template that embodies the principles of Clean Architecture, seamlessly integrated with the prowess of CQRS implementation, all within the ASP.NET Core framework.
mehdihadeli/vertical-slice-api-template
An asp.net core template based on .Net 8, Vertical Slice Architecture, CQRS, Minimal APIs, API Versioning and Swagger.
lechatquidanse/bicing-api
Get statistics and locations of bicycle stations through REST API
AleksK1NG/Go-EventSourcing-CQRS
Go Event Sourcing CQRS Microservice
vany0114/microservices-dotnetcore-docker-sf-k8s
Shows an approach to work with a microservices based architecture using .Net Core, Docker, and Azure Service Fabric/Kubernetes, applying Domain Driven Design (DDD) and Comand and Query Responsibility Segregation (CQRS) and other patterns.
hoangtien2k3/ecommerce-microservices
⚡️ Microservice Architecture with system for e-commerce project! Spring Boot microservices app with 🌀 Spring Cloud, Robust and resilient backend managing e-Commerce app... ❄️ Using Kafka Client, kafka server send message, Reactive Programming with WebFlux - Project Reactor.
dddshelf/cheeper-ddd-cqrs-example
Cheeper is the reference code implementation of the book "CQRS By Example" – https://leanpub.com/cqrs-by-example/
dasiths/NEventLite
NEventLite - An extensible lightweight library for .NET that manages the Aggregate lifecycle in an Event Sourced system. Supports Event and Snapshot storage providers like EventStore/Redis or SQL Server. Built with dependency injection in mind and seamlessly integrates with AspNetCore.
Inuyasha-Monster/User.API
集成网关、身份认证、Token授权、微服务、.netcore等的基于CQRS的微服务开发框架示例
ArmandJ77-zz/CQRSAndMediator-Microservice
A microservice architecture template which implements the CQRS and Mediator patterns
quyvu01/Anemoi_Open
This is the source which is the micro services article. It contains the CQRS, EDA, Saga... Especially, I'd like to introduce the news: Attribute-based mapping approach! Let explore the amazing and start with easy_access branch!
pavelnikolov/eventsourcing-go
Event Sourcing + CQRS using Golang Tutorial
Rezakazemi890/Clean-Architecture-CQRS
Clean Architecture with CQRS Pattern .NET 8
suxrobGM/logistics-app
Automate your entire transportation logistics operations with the transportation management system (TMS).
NHadi/Dermayon
Dermayon is Library for supporting build large application,distributed application, scalable, microservices, cqrs, event sourcing, including generic ef repository pattern with unit of work, generic mongo repository pattern with unit of work, kafka, etc
akhundMurad/diator
Diator is a Python library for implementing CQRS pattern in your Python applications.
ElinaValieva/spring-microservices
:seedling: Simple Microservice Architecture based on Sagas and CQRS patterns
ivaaak/.NET-RealEstate
.NET RealEstate API - A web project built with .NET, Microservices(and DBs) MediatR/CQRS Pattern, EF Core, PostgreSQL, Redis. It can be used for listing, browsing and renting/selling properties. (WIP)
sadrax4/nestjs-Domain.Driven.Design
DDD with CQRS & MongoDB
yilmazmustafayilmaz/MY.OnionArchitecture
Türkçe kaynağa destek olması amacıyla mini makaleler ve uygulama örnekleri ile oluşturulmuş bir Onion Architecture Projesidir.
YALCINCAN/NET6_Clean-OnionArchitectureAPI
NET6,CQRS,Caching,Logging,Repository Pattern,UnitOfWork,JWT,Refresh Token,Email Confirmation,Forgot Password
go-dew/dew
A Lightweight, Pragmatic Command Bus Library for Go, designed to enhance developer experience and productivity.
mizrael/DDD-School
Implementation of the Outbox pattern to improve microservices reliability
Armando1514/Event-Driven-Microservices-Advanced
Event-Driven Architecture for a microservices-based system with a clean architecture + Domain Driven Design (DDD) + CQRS pattern + Saga pattern + Outbox pattern + CDC.
Gramli/AuthApi
An example of a full-stack application for Authentication and Authorization, build with ASP.NET Core 8.0 (Minimal API) and Angular 18.