How it’s put together
Filament is three components over a data store and an event bus.serverserves the API and web UI and owns connections, pipelines, and run requests.control-planedispatches requested runs and tracks run state.workerexecutes a single run from extraction to verified write.
Where to go next
Quickstart
Get infra, the control plane, API server, and UI running locally.
Architecture
Understand the server / control-plane / worker split.
Connectors
See what Filament can read from and write to today.
Deploy on Kubernetes
Install the Helm chart against your own Postgres and NATS.
Filament is pre-1.0. APIs — including the interfaces documented here — may
still change.