Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guilhermestracini/poc-dotnet-cqrs
🔬 Proof of Concept of CQRS pattern in .NET using RabbitMQ, ReBus, State Machine, MediatR and Docker
https://github.com/guilhermestracini/poc-dotnet-cqrs
cqrs dotnet dotnet-core machine mediator mediatr patterns patterns-design poc rabbitmq rebus state state-machine
Last synced: about 1 month ago
JSON representation
🔬 Proof of Concept of CQRS pattern in .NET using RabbitMQ, ReBus, State Machine, MediatR and Docker
- Host: GitHub
- URL: https://github.com/guilhermestracini/poc-dotnet-cqrs
- Owner: GuilhermeStracini
- License: mit
- Created: 2023-03-27T01:59:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T19:34:56.000Z (about 2 months ago)
- Last Synced: 2024-11-25T20:18:55.985Z (about 2 months ago)
- Topics: cqrs, dotnet, dotnet-core, machine, mediator, mediatr, patterns, patterns-design, poc, rabbitmq, rebus, state, state-machine
- Language: C#
- Homepage: https://guilhermestracini.github.io/POC-dotnet-CQRS/
- Size: 123 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# PoC .NET - CQRS
[![wakatime](https://wakatime.com/badge/github/GuilhermeStracini/POC-dotnet-CQRS.svg)](https://wakatime.com/badge/github/GuilhermeStracini/POC-dotnet-CQRS)
[![Maintainability](https://api.codeclimate.com/v1/badges/cc989f187ec5a1a8ced8/maintainability)](https://codeclimate.com/github/GuilhermeStracini/POC-dotnet-CQRS/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/cc989f187ec5a1a8ced8/test_coverage)](https://codeclimate.com/github/GuilhermeStracini/POC-dotnet-CQRS/test_coverage)
[![CodeFactor](https://www.codefactor.io/repository/github/GuilhermeStracini/POC-dotnet-CQRS/badge)](https://www.codefactor.io/repository/github/GuilhermeStracini/POC-dotnet-CQRS)
[![GitHub license](https://img.shields.io/github/license/GuilhermeStracini/POC-dotnet-CQRS)](https://github.com/GuilhermeStracini/POC-dotnet-CQRS)
[![GitHub last commit](https://img.shields.io/github/last-commit/GuilhermeStracini/POC-dotnet-CQRS)](https://github.com/GuilhermeStracini/POC-dotnet-CQRS)🔬 Proof of Concept of CQRS pattern in .NET using RabbitMQ, ReBus, State Machine, MediatR and Docker