A framework that can be used to perform long-running jobs (e.g., bulk import / export) on XYZ spaces.
- Start all dependent containers:
docker compose --file docker-compose-dynamodb.yml up -d --build --force-recreate postgres redis dynamodb aws-localstack - Build & deploy the Job Step Lambda into the localstack by running the run-config
xyz-job-steps [install] - Start the XYZ Hub Service by running the run-config
HubService - Start the XYZ Job Service by running the run-config
JobService - Optional run
CService
Optionally: Start the JobPlayground by running JobPlayground#main()