Skip to content

Start Here

Floe is an open platform for building internal data platforms. Platform Engineers choose governed plugins and runtime standards once, while Data Engineers describe data products with Floe and dbt project files instead of rebuilding platform wiring for every pipeline.

  • Platform Engineers use Floe to define approved compute, catalog, storage, orchestration, observability, and security choices.
  • Data Engineers use Floe to build governed data products that compile into runtime artifacts and run on the platform.
  • Floe Contributors use the repository, local development tools, and remote validation lanes to change Floe itself.

The alpha supports the documented Customer 360 path, provider-neutral Kubernetes deployment guidance, local docs validation, demo compilation, and inspection of generated dbt and Floe artifacts. It does not yet claim arbitrary production readiness, every plugin combination in the catalog, or validated multi-cluster Data Mesh operations.

Floe uses a four-layer model: Foundation packages define schemas and plugin interfaces, Configuration artifacts select platform standards, Services deploy platform runtimes such as Dagster and catalog services, and Data jobs run dbt and data-product work on top of those services. Configuration flows downward through those layers; data-product code should not mutate platform configuration.

Read the full model in Four-Layer Overview.

Floe’s product deployment model is bring any conformant Kubernetes cluster. DevPod is a contributor and release-validation workspace, not a product requirement.