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
- Host: GitHub
- URL: https://github.com/techprimers/saga-choreography-example
- Owner: TechPrimers
- Created: 2021-09-13T19:16:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T19:27:00.000Z (over 4 years ago)
- Last Synced: 2024-12-31T19:42:00.165Z (over 1 year ago)
- Size: 132 KB
- Stars: 12
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
