Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmettugur/cqrs-eventsourcing
CQRS & Event Sourcing with Kafka, RabbitMQ, MongoDB and .NET 8
https://github.com/ahmettugur/cqrs-eventsourcing
aspnetcore cqrs dotnetcore event-driven event-sourcing eventbus kafka mediatr microservices mongodb rabbitmq sqlserver
Last synced: 14 days ago
JSON representation
CQRS & Event Sourcing with Kafka, RabbitMQ, MongoDB and .NET 8
- Host: GitHub
- URL: https://github.com/ahmettugur/cqrs-eventsourcing
- Owner: ahmettugur
- License: mit
- Created: 2022-07-31T09:50:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-24T03:51:51.000Z (about 1 year ago)
- Last Synced: 2023-11-24T04:27:31.431Z (about 1 year ago)
- Topics: aspnetcore, cqrs, dotnetcore, event-driven, event-sourcing, eventbus, kafka, mediatr, microservices, mongodb, rabbitmq, sqlserver
- Language: C#
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CQRS-EventSourcing
CQRS & Event Sourcing with Kafka, RabbitMQ, MongoDB and .NET7## Prerequisites
```bash
Docker (For Kafka, Kafka Drop, RabbitMQ, Sql Server)
Asp.Net 8
Visual Studio 2022 or Rider or Visual Studio Code```
## Usage
```bash
Open the project locationdocker-compose up
```## Debugging Your Computer
```sh
Change Banking.Account.Command.Api > appsettings > BrokerType section (Kafka or RabbitMQ)Open project Visual Studio or Rider or Visual Studio Code and run Multiple Project
(Banking.Account.Command.Api, Banking.Account.Query.Api, Banking.Account.Consumer.Kafka or Banking.Account.Consumer.RabbitMQ)```