From 3ac8a72df67d1075d3d41b2dcbadd7965b7e5db6 Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Sun, 7 Dec 2025 16:20:17 +0900 Subject: [PATCH] docs: write about Temporal --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e3cf35d..0119799 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ A remotely accessible Kubernetes home lab with OIDC authentication. Build a mode - **[Dagster](https://dagster.io/)**: Modern data orchestration platform - **[Apache Airflow](https://airflow.apache.org/)**: Workflow orchestration and task scheduling +- **[Temporal](https://temporal.io/)**: Durable workflow execution for distributed applications ### Security & Compliance (Optional) @@ -379,6 +380,17 @@ Workflow orchestration platform: [📖 See Airflow Documentation](./airflow/README.md) +### Temporal + +Durable workflow execution platform: + +- **Durable Execution**: Workflows survive process and infrastructure failures +- **Saga Pattern**: Implement distributed transactions with compensating actions +- **Multi-Language SDKs**: Go, Python, TypeScript, Java, .NET, PHP +- **Keycloak Authentication**: OAuth2 for Web UI access + +[📖 See Temporal Documentation](./temporal/README.md) + ### Fairwinds Polaris Kubernetes configuration validation and best practices auditing: