Skip to content

Commit 55420ca

Browse files
authored
docs: Release GitHub RC (#572)
* docs: Add DuckDB connector * docs: Release GitHub RC
1 parent 995400b commit 55420ca

1 file changed

Lines changed: 26 additions & 24 deletions

File tree

  • spiceaidocs/docs/components/data-connectors

spiceaidocs/docs/components/data-connectors/index.md

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,32 @@ Data Connectors provide connections to databases, data warehouses, and data lake
1111

1212
Currently supported Data Connectors include:
1313

14-
| Name | Description | Status | Protocol/Format | Refresh Modes | Supports [Ingestion](https://docs.spiceai.org/features/data-ingestion) | Supports Documents |
15-
| --------------- | ------------- | ------ | ----------------------------------- | --------------------------- | ------------------ | ------------------ |
16-
| `mysql` | MySQL | Release Candidate | | `append`, `full` | Roadmap ||
17-
| `databricks` | Databricks | Beta | Spark Connect <br/> S3 / Delta Lake | `append`, `full` | Roadmap ||
18-
| `delta_lake` | Delta Lake | Beta | Delta Lake | `append`, `full` | Roadmap ||
19-
| `flightsql` | FlightSQL | Beta | Arrow Flight SQL | `append`, `full` |||
20-
| `github` | GitHub | Beta | GraphQL, REST | `append`, `full` |||
21-
| `odbc` | ODBC | Beta | | `append`, `full` |||
22-
| `postgres` | PostgreSQL | Beta | | `append`, `full` | Roadmap ||
23-
| `s3` | S3 | Beta | Parquet, CSV | `append`, `full` | Roadmap ||
24-
| `spiceai` | Spice.ai | Beta | Arrow Flight | `append`, `full` |||
25-
| `abfs` | Azure BlobFS | Alpha | Parquet, CSV | `append`, `full` | Roadmap ||
26-
| `clickhouse` | Clickhouse | Alpha | | `append`, `full` |||
27-
| `debezium` | Debezium | Alpha | CDC, Kafka | `append`, `full`, `changes` |||
28-
| `dremio` | Dremio | Alpha | Arrow Flight SQL | `append`, `full` |||
29-
| `duckdb` | DuckDB | Alpha | | `append`, `full` |||
30-
| `file` | File | Alpha | Parquet, CSV | `append`, `full` | Roadmap ||
31-
| `ftp`, `sftp` | FTP/SFTP | Alpha | Parquet, CSV | `append`, `full` |||
32-
| `graphql` | GraphQL | Alpha | GraphQL | `append`, `full` |||
33-
| `http`, `https` | HTTP(s) | Alpha | Parquet, CSV | `append`, `full` |||
34-
| `mssql` | MS SQL Server | Alpha | Tabular Data Stream (TDS) | `append`, `full` |||
35-
| `sharepoint` | SharePoint | Alpha | | `append`, `full` |||
36-
| `snowflake` | Snowflake | Alpha | Arrow | `append`, `full` | Roadmap ||
37-
| `spark` | Spark | Alpha | Spark Connect | `append`, `full` |||
14+
| Name | Description | Status | Protocol/Format | Refresh Modes | Supports [Ingestion][ingestion] | Supports Documents |
15+
| --------------- | ------------- | ----------------- | ----------------------------------- | --------------------------- | ------------------------------- | ------------------ |
16+
| `github` | GitHub | Release Candidate | GraphQL, REST | `append`, `full` |||
17+
| `mysql` | MySQL | Release Candidate | | `append`, `full` | Roadmap ||
18+
| `databricks` | Databricks | Beta | Spark Connect <br/> S3 / Delta Lake | `append`, `full` | Roadmap ||
19+
| `delta_lake` | Delta Lake | Beta | Delta Lake | `append`, `full` | Roadmap ||
20+
| `flightsql` | FlightSQL | Beta | Arrow Flight SQL | `append`, `full` |||
21+
| `odbc` | ODBC | Beta | | `append`, `full` |||
22+
| `postgres` | PostgreSQL | Beta | | `append`, `full` | Roadmap ||
23+
| `s3` | S3 | Beta | Parquet, CSV | `append`, `full` | Roadmap ||
24+
| `spiceai` | Spice.ai | Beta | Arrow Flight | `append`, `full` |||
25+
| `abfs` | Azure BlobFS | Alpha | Parquet, CSV | `append`, `full` | Roadmap ||
26+
| `clickhouse` | Clickhouse | Alpha | | `append`, `full` |||
27+
| `debezium` | Debezium | Alpha | CDC, Kafka | `append`, `full`, `changes` |||
28+
| `dremio` | Dremio | Alpha | Arrow Flight SQL | `append`, `full` |||
29+
| `duckdb` | DuckDB | Alpha | | `append`, `full` |||
30+
| `file` | File | Alpha | Parquet, CSV | `append`, `full` | Roadmap ||
31+
| `ftp`, `sftp` | FTP/SFTP | Alpha | Parquet, CSV | `append`, `full` |||
32+
| `graphql` | GraphQL | Alpha | GraphQL | `append`, `full` |||
33+
| `http`, `https` | HTTP(s) | Alpha | Parquet, CSV | `append`, `full` |||
34+
| `mssql` | MS SQL Server | Alpha | Tabular Data Stream (TDS) | `append`, `full` |||
35+
| `sharepoint` | SharePoint | Alpha | | `append`, `full` |||
36+
| `snowflake` | Snowflake | Alpha | Arrow | `append`, `full` | Roadmap ||
37+
| `spark` | Spark | Alpha | Spark Connect | `append`, `full` |||
38+
39+
[ingestion]: https://docs.spiceai.org/features/data-ingestion
3840

3941
## Object Store File Formats
4042

0 commit comments

Comments
 (0)