

Engine
CloudDesc helps you describe your cloud and output detailed reports on all your cloud based assets. Perfect for reporting, auditing, and onboarding new-starters. CloudDesc aims to be open-source and self-hosted, however, if you do not want to self-host you can use our cloud service available here.
Getting Started
With docker installed, run the below command to start a local Temporal.io server and database.
docker-compose up --build --force-recreate
You can now start the Worker
go run cmd/worker/main.go
You can now trigger the starter to mock a request
go run cmd/starter/main.go
Clean up by removing the temporal server composition:
docker-compose down