The code for IADL with Saga pattern
.
Contains common classes and interfaces but no implemenation
This microservice is an orchestartor and entry point and stores the pr request.
clean/hexagonal architecture
- application: Bussiness logic but there is no direct dependency on Temporal code.
- common: Spring Boot configuration bean
- infrastructure: Temporal Workflow, Activity and Worker.
- persistence: Mongo.
- resource: REST API
On local Docker
git clone https://github.com/temporalio/docker-compose.git
cd docker-compose
docker-compose up to run all services including temporal
clean install docker compose up