Roadmap: more connectors
Planned connectors, roughly in order of priority:
| Connector | Approach | Status |
|---|---|---|
| MongoDB | mongodb crate → NDJSON tempfile → view | Upstream-blocked on Rust 1.93 compat |
| Apache Iceberg | DuckDB iceberg extension | Shipped (see iceberg) |
| Snowflake | JDBC over snowflake-jdbc bridge or REST | Planned |
| BigQuery | BigQuery Storage API | Planned |
| Elasticsearch | REST search with cursor | Planned |
| Kafka | rdkafka + snapshot materialization | Planned |
| Delta Lake | delta-rs | Planned |
| DynamoDB | AWS SDK scan | Planned |
Open an issue on the repo if your source isn't on the list — we pick based on user demand.