Skip to content

Commit 612add5

Browse files
committed
docs: add Agent Skills section to README with links to GitHub and documentation
1 parent 20ccbef commit 612add5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ DataFlow Operator automates the deployment and management of data streaming pipe
1616
- **Rich Transformations**: Filter, Select, Remove, Mask, Flatten, Timestamp, SnakeCase, Router, Chain.
1717
- **Web GUI**: Built-in browser-based interface to manage manifests, stream logs, and monitor metrics without `kubectl`.
1818
- **MCP Server**: Model Context Protocol server for AI agents to validate, generate, and migrate DataFlow manifests.
19+
- **Agent Skills**: Portable AI guides ([github.com/dataflow-operator/skills](https://github.com/dataflow-operator/skills), [docs](https://dataflow-operator.github.io/docs/agent-skills/)).
1920
- **Error Handling**: Route failed messages to a dedicated error sink (e.g., Dead Letter Queue) with full error context and original payloads to prevent data loss.
2021
- **Fault Tolerance**: At-least-once delivery semantics with checkpoint persistence, graceful shutdown, and support for idempotent sinks (e.g., UPSERT, ReplacingMergeTree) to safely handle duplicates.
2122
- **Scheduled Pipelines**: `DataFlowCron` for time-based pipeline execution with triggers.

0 commit comments

Comments
 (0)