Skip to content

dataflow-operator/docs

Repository files navigation

DataFlow Operator Documentation

Documentation site for DataFlow Operator, built with MkDocs Material.

Live site: https://dataflow-operator.github.io/docs/

Languages

  • English (docs/docs/en/) — primary technical reference
  • Russian (docs/docs/ru/) — mirror where maintained; substantive protocol and API details may lag English slightly

Local development

pip install -r requirements.txt
mkdocs serve

Open http://localhost:8000.

Build

mkdocs build

Output goes to site/.

Quick check (no MkDocs run) that every nav target exists on disk:

python3 verify_nav_files.py

Structure

docs/
├── mkdocs.yml              # MkDocs configuration
├── requirements.txt        # Python dependencies
├── docs/
│   ├── en/                 # English pages (MkDocs docs_dir)
│   ├── ru/                 # Russian pages
│   ├── images/             # Logo, favicon
│   ├── stylesheets/        # Custom CSS
│   └── javascripts/        # Custom JS
└── .github/workflows/
    └── docs.yml            # CI: deploy to GitHub Pages

Topics covered

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages