Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.03 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.03 KB

Choreography-based Saga Pattern

Proof of concept for Choreography-based saga in NodeJS.

Reference docs

Install

# Start docker containers
docker-compose up -d

# Start all
npm start

Tools

Endpoints and models

{
	"items": [
		{
			"productId": "620953c6c4037f2c34607436", 
			"quantity": 4
		}
	]
}

image

{
	"orderId": "620953de53143ff095a8c09f", 
	"customerId": "620953c696a6bab50ef85f8b"
}

image