Skip to content

v0.1.0

Choose a tag to compare

@ilyario ilyario released this 27 Feb 07:36
· 11 commits to main since this release

This is the first release of DataFlow Web: a web UI and backend server for managing DataFlow Operator. Use it to view and edit DataFlow manifests, inspect processor logs, and view metrics from a single dashboard.

Features

  • Dashboard — Overview of all DataFlows: total count, breakdown by phase (Running, Pending, Error, Stopped), and by namespace with quick links to manifests.

  • Manifests — List DataFlow custom resources, open and edit manifests in a YAML editor (CodeMirror), and create, update, or delete DataFlows via the UI.

  • Logs — View processor logs for your DataFlows.

  • Metrics — View metrics exposed by the operator/processors.

  • Namespaces — Namespace selector to work with DataFlows in a chosen namespace; API supports listing and filtering by namespace.