-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Alexis edited this page Feb 6, 2026
·
1 revision
Floe is a YAML-driven technical ingestion tool. It reads CSV/JSON/Parquet, applies a schema and quality checks, and writes accepted data (Parquet or Delta) plus rejected rows and reports.
This wiki is a practical guide for using Floe with the CLI or Docker. It complements the in-repo docs (which remain the source of truth for versioned behavior).
- Install the CLI (Homebrew or Cargo) or use Docker.
- Start from the minimal animal config in
docs/wiki/Configuration.md. - Move to the full config example for advanced features.
- Installation
- CLI Usage
- Configuration
- Full Config Example
- Write Modes and Outputs
- Docker Usage
- Dagster Integration
- Examples
- Troubleshooting
- FAQ
docs/installation.mddocs/cli.mddocs/config.mddocs/how-it-works.mddocs/checks.mddocs/logging.mddocs/report.mddocs/support-matrix.md
If you need a missing guide, open an issue or add a page in this wiki folder.