Documentation site for DataFlow Operator, built with MkDocs Material.
Live site: https://dataflow-operator.github.io/docs/
- English (
docs/en/) - Russian (
docs/ru/)
pip install -r requirements.txt
mkdocs serveOpen http://localhost:8000.
mkdocs buildOutput goes to site/.
docs/
├── mkdocs.yml # MkDocs configuration
├── requirements.txt # Python dependencies
├── docs/
│ ├── en/ # English documentation
│ ├── ru/ # Russian documentation
│ ├── images/ # Logo, favicon
│ ├── stylesheets/ # Custom CSS
│ └── javascripts/ # Custom JS
└── .github/workflows/
└── docs.yml # CI: deploy to GitHub Pages
- Getting Started
- Architecture
- Connectors (Kafka, PostgreSQL, ClickHouse, Trino, Nessie)
- Transformations
- Configuration examples
- Error handling and fault tolerance
- Prometheus metrics
- Web GUI
- MCP server
- Development guide
- Connector development
- Semantic versioning and releases