Skip to content

mikemajesty/nestjs-saga-orchestration

Repository files navigation

Arquitetura Saga Orquestrado

Project setup

$ npm install

Compile and run the project

$ yarn infra
$ yarn migration:run

Payload

  • start-saga

docs: http://localhost:4000/docs

{
  "id": "64429e9a7a8b646915b37360",
  "transactionId": "1682087576536_99d2ca6c-f074-41a6-92e0-21700148b519",
  "orderId": "64429e987a8b646915b3735f",
  "payload": {
    "id": "64429e987a8b646915b3735f",
    "products": [
      {
        "product": {
          "code": "COMIC_BOOKS",
          "unitValue": 15.5
        },
        "quantity": 1
      }
    ]
  },
  "eventHistory": []
}

Architerure

Architecture

Nest is MIT licensed.

About

nestjs-saga-orchestration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published