An open API service indexing awesome lists of open source software.

https://github.com/techprimers/saga-choreography-example

Saga Choregraphy Example using Spring Boot, DynamoDB and SQS on EKS
https://github.com/techprimers/saga-choreography-example

Last synced: 5 months ago
JSON representation

Saga Choregraphy Example using Spring Boot, DynamoDB and SQS on EKS

Awesome Lists containing this project

README

          

# SAGA Implementation Example
This repo has the list of implementation details (branches) for each part (except Part 1) for SAGA using Spring Boot,
Amazon DynamoDB, Amazon SQS and Amazon EKS.

# Table of Contents
- [Part 1 - Requirements & Architecture](https://www.youtube.com/watch?v=WbNJTwKOCuM)
- [Part 2 - Creating order-service code sample](https://github.com/TechPrimers/saga-choreography-example/tree/part-2-order-service)
- [Part 3 - Creating payment-service code sample](https://github.com/TechPrimers/saga-choreography-example/tree/part-3-payment-service)

## Architecture
![Architecture](./happy-path.png)