-
Notifications
You must be signed in to change notification settings - Fork 1
Project Design
Fabian Mastenbroek edited this page May 6, 2020
·
1 revision
- All services specified in the project description
- User
- Order
- Stock
- Payment
- Consistent data storage (“implement a set of microservices that need to coordinate in order to guarantee data consistency”)
- Two-phase commit or SAGA
- Automated Testing
- CI/CD (e.g. using Github Actions)