← Back to catalog Temporal · managed by DINAO

Your workflows run to completion, no matter what

Temporal is the durable execution engine that ensures your long-running business processes reach their conclusion, even in the event of a crash, redeployment, or network outage. Installed, monitored, and hosted in France by DINAO.

Hosted in FranceAutomatic failover on failureGo, Java, TypeScript, PHP, PythonGDPR CompliantVerified publisher
Overview

What is Temporal?

Temporal is an open-source engine for workflow orchestration and durable execution. It enables the construction of resilient applications where state, retries, and long-running logic are first-class citizens: your processes run reliably even across failures, redeployments, and crashes.

In practice, Temporal eliminates the need to manually write retry queues, state machines, and scheduling glue. You define your workflows and activities in standard code (Go, Java, TypeScript, PHP, Python, .NET), and the engine persists each step so it can resume exactly where it left off.

Designed for production and adopted by major platforms, Temporal is self-hostable, scales with containers or Kubernetes, and provides a Web UI to inspect and debug each execution. It relies on a persistence layer (PostgreSQL or Cassandra) and offers namespace isolation, signals, timers, and scheduling.

Compatible offers

Host Temporal at DINAO

Resource tiers compatible with Temporal prerequisites (minimum 2 vCPU / 2 Go / 10 Go). Hosted in France, fully managed.

Standard
2 vCPU · 4 Go · 40 Go
19,90 € /month excl. VAT
  • 2 dedicated vCPU
  • 4 Go RAM
  • 40 GB NVMe
  • Daily backups
  • Managed & monitored by DINAO
Order
Dédié
8 vCPU · 16 Go · 160 Go
79,90 € /month excl. VAT
  • 8 dedicated vCPU
  • 16 Go RAM
  • 160 GB NVMe
  • Daily backups
  • Managed & monitored by DINAO
Order

1 hidden tier(s) (insufficient resources for this app) : Découverte

Under the hood

Technical details

vCPU
2 vCPU
ideal : 4 vCPU
Memory
2 Go
ideal : 8 Go
Disk
10 Go
ideal : 50 Go
Image : docker.io/temporalio/auto-setup:1.29.1 Registry : docker.io Services : postgresql, temporal, temporal-ui Ports : 7233/tcp, 8080/tcp, 5432/tcp
FAQ

You might be wondering…

What is durable execution?

It is the guarantee that a started workflow will run to completion despite failures. Temporal records each step: if a server goes down, the execution resumes exactly where it was, without replaying or losing any action.

In which languages are workflows written?

In yours: Go, Java, TypeScript, PHP, Python, or .NET via official SDKs. You write business logic in standard code, and Temporal handles making it reliable and resumable.

Where is execution data hosted?

The Temporal cluster and its persistence database (workflow history) are on DINAO's infrastructure in France. Your data does not leave the territory.

Do I have to manage the infrastructure myself?

No. DINAO deploys the cluster, the persistence database, the Web UI, and monitoring. You connect your workers and deploy your workflows; we handle the rest.

Can I scale to high availability?

Yes. We start with a single node and then switch to a multi-node cluster with Cassandra persistence to handle high volume and guarantee availability, without changing your code.