
Your data pipelines, orchestrated and sovereign
Control your Python workflows with full observability, on a Prefect instance installed and monitored by DINAO, hosted in France : your data and your orchestration never leave the country.
What is Prefect?
Prefect is an open-source workflow orchestration framework written in Python, designed to build resilient data pipelines. It allows you to transform simple Python scripts into robust workflows using @flow and @task decorators, without major rewriting of existing code.
Its engine natively handles retries, timeouts, error recovery, concurrent execution, and scheduling (cron or event-driven). The dashboard provides complete observability : status of each task, logs, execution times, and dependency graphs in real time.
Used for both ETL and machine learning pipelines, Prefect integrates with a wide ecosystem (databases, S3, dbt, cloud warehouses). The core engine is released under the Apache 2.0 license, ensuring no proprietary lock-in and full portability of your workflows.
Host Prefect at DINAO
Resource tiers compatible with Prefect prerequisites (minimum 1 vCPU / 1 Go / 10 Go). Hosted in France, fully managed.
- 1 dedicated vCPU
- 2 Go RAM
- 20 GB NVMe
- Daily backups
- Managed & monitored by DINAO
- 2 dedicated vCPU
- 4 Go RAM
- 40 GB NVMe
- Daily backups
- Managed & monitored by DINAO
- 4 dedicated vCPU
- 8 Go RAM
- 80 GB NVMe
- Daily backups
- Managed & monitored by DINAO
- 8 dedicated vCPU
- 16 Go RAM
- 160 GB NVMe
- Daily backups
- Managed & monitored by DINAO
Technical details
You might be wondering…
Do my pipeline data remain private?
Yes. Your Prefect instance is isolated in a dedicated container, and no data is shared with third parties. Unlike Prefect Cloud, nothing passes through the publisher's US servers.
Where is my Prefect instance hosted?
In our datacenter located in Marseille, France. Your data and orchestration remain on national territory, outside the scope of the Cloud Act, in compliance with GDPR.
Do I need technical skills to use it?
You need to know how to write Python to define your workflows, but all infrastructure aspects (installation, workers, updates, backups) are handled by DINAO. No system administration skills are required on your side.
Can I change plans or export my data?
Yes. You can upgrade or downgrade plans at any time based on your workload. Since Prefect is open-source, your Python flows and data are fully exportable, with no proprietary lock-in.
Can Prefect orchestrate my machine learning pipelines?
Absolutely. Prefect is widely used for ML pipelines (ingestion, training, model deployment) as well as classic ETL. Any process expressible in Python can become an orchestrated and observable flow.