Skip to content

bahmani00/MyMicroserviceActio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservice & DDD implementation of Activity App

Overview

Project Structure:

  1. MyMicroserviceActio.Common -> Messages(RabbitMQ)
  2. MyMicroserviceActio.Api -> MongoDB
  3. MyMicroserviceActio.Services.Activities -> MongoDB
  4. MyMicroserviceActio.Services.Identity -> MongoDB

requests => API Gateway(MyMicroserviceActio.Api) => push a message to service bus(add_activity msg) => subscribers recieve the message(Activity service) => activity_add event raised => API gateway receives and send response back.

About

Microservice & DDD implementation of Activity App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages