Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 3.16 KB

File metadata and controls

62 lines (44 loc) · 3.16 KB

Floe Documentation Summary

This page is the entry point to Floe documentation. It groups the most important references so you can quickly find the right guide.

Quick start

Core concepts

Orchestrators & manifests

Configuration

Formats & sinks

Bootstrap & CLI productivity

  • CLI usage (validate, run, manifest generate, add-entity): docs/cli.md
  • floe add-entity can bootstrap a missing config file and infer entity name/format from input path extensions (CSV/JSON/Parquet).

Benchmarking & development

Current boundaries

  • Floe supports partitioned Delta (partition_by) and partitioned Iceberg (partition_spec) writes.
  • Floe reports write-time metrics/metadata for accepted outputs (format-dependent), including Delta/Iceberg table versioning metadata and file sizing metrics where available.
  • Floe does not perform table optimization/maintenance (for example Delta optimize/vacuum or Iceberg compaction/maintenance); run those as separate jobs.
  • Iceberg schema evolution and merge/upsert workflows are out of scope in current releases.
  • Target-aware uniqueness checks against existing sink tables in append mode are future work (current uniqueness checks operate within Floe's processed data scope for the run).

If you are missing a document or a section feels out of date, please open an issue or PR so we can keep this summary aligned with current behavior.