Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with cqrs-pattern

A curated list of projects in awesome lists tagged with cqrs-pattern .

https://github.com/lekenecedric/my_nkap

Rest Api's allow users to manage her incomes , expenses , set financial goals and visualize statistics

cqrs-pattern ddd laravel oop php tdd

Last synced: 09 Dec 2024

https://github.com/adshan/dotnet-digital-school-messaging-rabbitmq

Microservices, Clean Architecture, CQRS with MediatR, Repository Pattern, Fluent Validation and RabbitMQ such as messaging broker.

cqrs-pattern dotnet entity-framework fluent-validations integrate-events mediator-pattern microservice net5 rabbitmq repository-pattern sql-server unit-testing

Last synced: 24 Dec 2024

https://github.com/angelosans/xphone

XPhone is an innovative smartphone rental web platform, developed in .NET, the main goal is to manage smartphone rental through end point and requisitions

asp-net-core cqrs-pattern netcore

Last synced: 25 Dec 2024

https://github.com/hamedstack/hamedstack.cqrs

Enhance CQRS with a MediatR-based library, streamlining command/query separation and handling, enabling cleaner, modular architecture for .NET applications.

command cqrs cqrs-pattern csharp dotnet dotnet-core dotnetcore mediator-pattern mediatr mediatr-library query utility

Last synced: 19 Nov 2024

https://github.com/miguelnietoa/bank_api

Event Sourcing + CQRS with Elixir

cqrs-pattern elixir event-sourcing phoenix-framework

Last synced: 04 Dec 2024

https://github.com/1plam/fleetjourney

Software created to simplify the process of recording business trips made by TheGreenMile™ employees using their fleet of electric cars.

aws-sqs clean-architecture cqrs-pattern csharp docker entity-framework-core kubernetes mediator ocelot-api-gateway react restful-api scrutor typescript

Last synced: 16 Nov 2024

https://github.com/upc-pre-202401-si729-sw57/learning-center-platform

ACME Learning Center Platform, illustrating development with Java, Spring Boot Framework, and Spring Data JPA on MySQL Database. It also illustrates open-api documentation configuration and integration with Swagger UI.

cqrs-pattern domain-driven-design java open-api-specification spring-boot spring-data-jpa

Last synced: 28 Nov 2024

https://github.com/upc-pre-202401-si729-sw57/catch-up-platform

This project is a simple REST API that expands the experience of CatchUp application, the News API client app, with the possibility of saving favorite news sources. It is implemented with Java language, Spring Boot framework, Spring Data JPA, and MySQL database. It also illustrates Domain-Driven Design approach with tactical patterns.

cqrs-pattern domain-driven-design java mysql-database spring-boot spring-data-jpa

Last synced: 14 Nov 2024

https://github.com/fernandocalmet/dotnet-5-aspnet-core-api-cqrs-mediatr

🦄 Este proyecto es una muestra de una aplicación web API implementando el patron de diseño CQRS (Command Query Responsibility Segregation) y MediatR, este proyecto ayuda a diseñar una solución que se adapta a arquitecturas cebolla (Onion). Se utilizo ASP.NET Core 5 Web API con C# + Entity Framework Core + SQLServer.

api aspnet-core cqrs-pattern csharp mediatr

Last synced: 15 Nov 2024

https://github.com/lukaofirst/dotnet-cqrs

Personal project implementing CQRS and Clean Architecture principles using .NET Core 6

clean-architecture cqrs cqrs-pattern dotnet dotnet6 entity-framework-core

Last synced: 02 Jan 2025

https://github.com/busraozdemir0/narchitecture_camp

C# Senior Level - Yazılım Geliştirici Kampı / RentACar Projesi

automapper code-first cqrs-pattern csharp engindemirog mediator-pattern mediatr rentacar

Last synced: 07 Dec 2024

https://github.com/aghamohammadi/crud-dotnet-cqrs

Create a Clean Architecture CRUD application with .NET Core 8.0 & CQRS Pattern & Blazor & Unit Tests & Bdd & TDD & DDD

bdd-tests blazor clean-architecture cqrs cqrs-pattern ddd-architecture dotnet dotnet-core efcore repository-pattern tdd unit-testing unitofwork-pattern

Last synced: 14 Dec 2024

https://github.com/alejandro945/cqrs-azure

CQRS stands for Command and Query Responsibility Segregation, a pattern that separates read and update operations for a data store. Implementing CQRS in your application can maximize its performance, scalability, and security.

azure-app-service azure-application-insights azure-functions azure-sql-database azure-storage cqrs-pattern terraform

Last synced: 27 Dec 2024

https://github.com/onrcanogul/ecommerce-api

.NET-API, CQRS-Pattern, Onion-Architecture, dbms phase3 project-api

cqrs-pattern dotnet jwt onion-architecture

Last synced: 17 Nov 2024

https://github.com/yatoebisu/eshopmicroservices

Develop Microservices on .NET 8 used ASP.NET Web API, Docker, RabbitMQ, MassTransit, gRPC, Yarp Gateway, Redis,SqlServer

asp-net cqrs cqrs-pattern csharp docker grpc masstransit microservices net postgresql rabbitmq redis sqlserver vertical-slice-architecture webapi yarp-gateway

Last synced: 03 Dec 2024

https://github.com/code2k13/cqrs-example

An opiniated sample implementation of CQRS architectural pattern on Kubernetes using NodeJS, Redis and Helm

architectural-patterns architecture cqrs-application cqrs-pattern design-patterns

Last synced: 13 Nov 2024

https://github.com/hammerheadshark666/weather-forecast-api

Demonstration of CI/CD to deploy a Docker contained .NET Api to Azure via GitHub

azure azure-container-registry azure-webapp ci-cd cqrs-pattern dotnet dotnet-8 github minimal-api postman

Last synced: 09 Nov 2024

https://github.com/oscarlojr/api_record_idea

API created for recording ideas. The project allows for the creation and categorization of ideas, making it easier to manage and organize your inspirations.

cqrs-pattern mongodb repository-pattern result-pattern

Last synced: 04 Dec 2024

https://github.com/deepakbhalla/microservices-cqrs-axon

Demo implementation of CQRS microservices pattern using Spring boot and Axon

architectural-patterns axon axon-framework cqrs cqrs-pattern java microservices microservices-architecture spring-boot

Last synced: 17 Nov 2024

https://github.com/fahrettinsolak/e_commerce

This E-Commerce Microservice Project uses a modern, scalable microservice architecture. It features Redis for caching, MongoDB and PostgreSQL for databases, and employs CQRS and the Mediator Design Pattern for efficient data management.

asp-net-core cqrs-pattern csharp dapper identityserver4 jwt mediator-pattern mongodb mssql ocelot-gateway postgresql redis repository-pattern signalr sqlite

Last synced: 07 Dec 2024

https://github.com/karagultm/ecommerce-webapi

This repository contains the implementation of a scalable and maintainable web API for an e-commerce platform, inspired by the Hepsiburada structure, using .NET Core 7. The project is designed following the Onion Architecture combined with the CQRS (Command Query Responsibility Segregation) design pattern to achieve a clean separation of concerns.

asp-net asp-net-core automapper cqrs cqrs-pattern dotnet dotnet-7 dotnet-core ecommerce entity-framework-core json jwt jwt-authentication mediatr onion-architecture swagger

Last synced: 21 Nov 2024

https://github.com/hamedstack/hamedstack.framework.application

Delivers core application-level abstractions and services for clean architecture, facilitating business logic implementation and service orchestration.

commands cqrs-pattern csharp dispatcher dotnet dotnet-core fluentvalidation library mediator-pattern mediatr pipelinebehaviors queries utilities utility utility-library validation

Last synced: 10 Nov 2024

https://github.com/hoangcaophi/newsfeed

A social media private for enterprise

cqrs-pattern ddd ddd-architecture rabitmq

Last synced: 14 Dec 2024

https://github.com/aslamnazeershaikh/travelmanagement

ASP.NET Core 8 MVC web app using CQRS with MediatR, implementing Generic Repository and Unit of Work patterns. Follows DDD, Clean Architecture, and SOLID principles for maintainable and scalable design.

asp-net-core-mvc clean-architecture cqrs-pattern uow-pattern

Last synced: 05 Dec 2024

https://github.com/mohanedzekry/dotnetmongodbapi

A Minimal API project built with .NET 9 and integrated with MongoDB, showcasing a scalable Clean Architecture design. It leverages CQRS with MediatR for separation of concerns, FluentValidation for input validation, and includes Swagger for interactive API documentation. 🚀

clean-architecture cqrs-pattern dotnet-core dotnetcore fluentvalidation mediator-pattern mediatr minimal-api mongodb

Last synced: 21 Nov 2024

https://github.com/venturaproject/symfony-project

Symfony application structured to adhere to best practices in software architecture, implementing various design patterns and principles.

cqrs-pattern ddd-architecture docker docker-compose repository-pattern symfony

Last synced: 22 Nov 2024

https://github.com/devkennans26/techecommerce-server

A web application about a 'Technology E-Commerce' that a back-side coding with ASP.NET Core Web API.

azure-storage cqrs-pattern entity-framework-core jwt-auth mediator-pattern oauth2-authentication onion-architecture redis-cache serilog-logger

Last synced: 09 Nov 2024

https://github.com/beyondnetperu/net-cqrs-kafka

A simple sample applying CQRS and consuming Kafka with NET and C#

cqrs cqrs-pattern csharp dotnet kafka

Last synced: 12 Nov 2024

https://github.com/patrik-kuehl/cqrs

A starter kit for Go projects that utilize the CQRS pattern.

cqrs cqrs-pattern go golang mediator mediator-pattern

Last synced: 14 Nov 2024

https://github.com/trantuvan/cqrs-mediatr-demo

Using MediatR lib to facilitate CQRS and Mediator in C#

cqrs-pattern dotnet-core mediator-pattern webapi

Last synced: 12 Nov 2024

https://github.com/jc184/travel

My version of the application featured in Packt Publishing's ASP.NET Core and Vue.js. It is a .NET Core 5.0 Web API project with a Vue front end and numerous advanced features

asp-net-core asp-net-core-web-api clean-architecture cqrs-pattern csharp redis-cache sqlite typescript vue

Last synced: 31 Dec 2024

https://github.com/jc184/blog

An ASP.NET 6.0 Web API for a simple blog using the Repository, Unit of Work, and CQRS patterns

asp-net-core asp-net-core-web-api cqrs-pattern csharp mediatr repository-pattern unit-of-work-pattern xunit-tests

Last synced: 31 Dec 2024

https://github.com/deepcloudlabs/dcl358-2023-may-08

DCL-358: Implementing Event-Driven Microservice Architecture using Spring Boot and Apache Kafka

cqrs-pattern event-driven-architecture event-pattern event-sourcing java kafka reactive-pattern reactive-programming saga-pattern spring-boot websocket

Last synced: 11 Nov 2024

https://github.com/arnab-developer/cqrsdemo

Simple CQRS pattern demonstration.

cqrs-pattern ddd-patterns

Last synced: 16 Nov 2024

https://github.com/anilerc/cqrs-design-pattern-kafka-spring

Core Command-Query Responsibility Segregation design pattern implementation with Apache Kafka for processing events and Java/Spring for microservices.

cqrs cqrs-pattern event-driven-architecture java kafka spring spring-boot

Last synced: 11 Nov 2024

https://github.com/venturaproject/symfony-api-platform

Symfony NextJs and Api Platform backend api and frontend application

api-platform cqrs-pattern nextjs react symfony typescript

Last synced: 30 Nov 2024

https://github.com/SzymonHalucha/Minerals.AutoCQRS

Simple NuGet package that provides interfaces for implementing the CQRS pattern along with automatic dependency injection and no MediatR package overhead

cqrs cqrs-pattern csharp csharp-sourcegenerator dependency-injection dotnet roslyn

Last synced: 08 Nov 2024