Pre-configured REST sources for common SaaS APIs.
Why it matters: Steampipe makes its bread on this — 100+ plugins covering AWS / GCP / Azure / GitHub / Slack / Stripe / etc. dbfy can match the value-per-plugin curve cheaply because each is just a curated YAML config over the existing dbfy_rest. Big multiplier on adoption stories.
Scope (v1): Curated YAML configs shipped under configs/saas/<vendor>.yaml. dbfy install <vendor> (CLI) downloads + caches. Auth normalisation (most use OAuth or API keys). Pagination per vendor (already supported by the rest provider).
Effort: 1-2 days per SaaS, but the marginal cost is mostly authoring + maintenance, not coding.
Pre-configured REST sources for common SaaS APIs.
Why it matters: Steampipe makes its bread on this — 100+ plugins covering AWS / GCP / Azure / GitHub / Slack / Stripe / etc. dbfy can match the value-per-plugin curve cheaply because each is just a curated YAML config over the existing
dbfy_rest. Big multiplier on adoption stories.Scope (v1): Curated YAML configs shipped under
configs/saas/<vendor>.yaml.dbfy install <vendor>(CLI) downloads + caches. Auth normalisation (most use OAuth or API keys). Pagination per vendor (already supported by the rest provider).Effort: 1-2 days per SaaS, but the marginal cost is mostly authoring + maintenance, not coding.