Collection of Temporal demos
It's recommended to open in a container as all dependencies are installed.
Look in each sample for running instructions. The Temporal service can be run
with temporal server start-dev
.
If using Dev Containers, the Temporal service will run automatically and the
address is configured to the TEMPORAL_ADDRESS
environment variable.
There is a sharable Docker Compose configuration
to run Temporal configured with PostgreSQL and ElasticSearch which is published
as an OCI artifact. Simply add the following line at the head of your
compose.yaml
file.
include:
- oci://ghcr.io/mrsimonemms/temporal-demos/temporal-compose
See temporal-compose.yaml for the exposed services.
All commits must be done in the Conventional Commit format.
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]