Microservice architecture with NodeJS + RabbitMQ message queue + MongoDB | Ecommerce use-case

Поділитися
Вставка
  • Опубліковано 12 вер 2024
  • In this video, we will learn about microservices and how we can implement this architecture pattern for an e-commerce use-case. We will see how microservices differ from monoliths and a hands on tutorial on product service and order service. We will make use of MongoDB to store our data and RabbitMQ as our message broker to facilitate communication between our services.

КОМЕНТАРІ • 5

  • @badGuruu
    @badGuruu Місяць тому

    great video
    What tool do you use to draw the diagram?

  • @dashaxedit
    @dashaxedit 2 місяці тому

    Thank you. Nice explained. The overview of the concept

  • @kaytech8153
    @kaytech8153 6 місяців тому

    great video i would be glad if u added the link to your githib repo for the project

  • @munnasajeev154
    @munnasajeev154 Місяць тому

    Direct copy from mano sriram . Right ?

    • @gemnik
      @gemnik  Місяць тому

      Yes I did this for learning purposes