raminazali / PublishSubscriber

Tutorial of Using MicroService Architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PublishSubscriber

In this project, the publish subscribing method is used, which is the connection between two microservices that when an API is called, it sends the request information to another microservice using Rabbitmq, and that microservice stores the information in the MongoDb database.

The concepts used in these codes are:

RabbitMq

Nosql MongoDb

.Net Core 3.1

DDD (Domain Driven Development)

Repository Pattern Development

The Data Saved In MongoDb As Below:

99111b1a-fdeb-482b-a8f1-83abedd07d72

About

Tutorial of Using MicroService Architecture


Languages

Language:C# 100.0%