Skip to content

Customer 360 Golden Demo

Customer 360 is the v0.1.0-alpha.1 golden demo. The alpha release gate will prove that Floe can run a data product through orchestration, transformation, storage, lineage, tracing, and business-facing query validation.

If you are learning Floe for the first time, start with Build Your First Data Product. Customer 360 is the advanced proof that demonstrates the full platform, runtime, lineage, telemetry, storage, and business-output path.

Platform Engineers and Data Engineers should run Customer 360 against a Floe platform that has already been deployed and made reachable through their platform access method. Floe Contributors can use the remote DevPod lane when they need contributor release-validation evidence.

  • A Floe platform is deployed and reachable.
  • The Customer 360 data product has been compiled or is available in the demo project.
  • You can access Dagster, object storage, Marquez, Jaeger, Polaris, and the semantic/query layer through your platform access method.

Platform Engineer And Data Engineer Alpha Path

Section titled “Platform Engineer And Data Engineer Alpha Path”

For v0.1.0-alpha.1, the supported product-facing Customer 360 path is the checked-in repo-checkout evidence path. It assumes a Platform Engineer has already deployed the platform/runtime, loaded the Customer 360 Dagster code, and exposed Dagster at the URL in demo/customer-360/validation.yaml. The default Dagster URL is http://localhost:3100.

Terminal window
make demo-customer-360-run
make demo-customer-360-validate

Packaged/self-service data-product deployment commands are planned and not yet alpha-supported. The runner reads the Dagster URL and launch metadata from the validation manifest. For non-default service URLs, copy demo/customer-360/validation.yaml, edit the service URLs for your environment, and run:

Terminal window
uv run python -m testing.ci.run_customer_360_demo \
--validation-manifest /path/to/customer-360-validation.yaml
uv run python -m testing.ci.validate_customer_360_demo \
--validation-manifest /path/to/customer-360-validation.yaml
Terminal window
make demo
make demo-customer-360-run
make demo-customer-360-validate
make demo-stop

The Customer 360 demo flow is intentionally explicit:

  • make demo is contributor-only. It deploys the demo platform and services through DevPod, builds and loads the demo Dagster image, installs the Helm chart, and starts the required port-forwards.
  • make demo-customer-360-run should launch the Customer 360 Dagster job declared in demo/customer-360/validation.yaml and wait for the run to finish.
  • make demo-customer-360-validate runs the release evidence checks for platform readiness, Dagster run evidence, storage outputs, lineage, tracing, and business metrics.
  • make demo-stop stops the port-forwards created by make demo.

The runner and validator load their default configuration from demo/customer-360/validation.yaml. Override that manifest or individual validation commands when validating a different platform shape. Do not start separate make devpod-tunnels sessions at the same time unless you are intentionally doing manual inspection outside a demo run.

These URLs match the current contributor make demo DevPod port-forwards. Product deployments should use the service URLs or ingress routes supplied by the Platform Engineer.

ServiceURLProof
Dagsterhttp://localhost:3100Customer 360 run succeeds
MinIOhttp://localhost:9001Customer 360 output objects exist
Marquezhttp://localhost:5100Customer 360 lineage exists
Jaegerhttp://localhost:16686Customer 360 traces exist
Polarishttp://localhost:8181Customer 360 tables are registered

The final mart is mart_customer_360. The alpha release gate will be successful when Customer 360 outputs can be queried and lineage/tracing evidence is visible for the run.