Skip to main content
Filament ships eight source connectors today: two native database connectors, five manifest-driven SaaS connectors sharing one implementation, and a synthetic generator for testing.

Databases

SaaS Apps

All five run on the same HTTP connector, configured by a declarative manifest rather than by their own Go package:

Custom & Testing

Every source implements the base Source contract; several add optional capabilities like resumability or CDC. See Optional interfaces for the full list.