From 6246910934499b8965952a2756a85b3a35253f87 Mon Sep 17 00:00:00 2001 From: Flook Peter Date: Thu, 17 Oct 2024 14:19:26 +0800 Subject: [PATCH] Update supported connections list --- docs/setup/connection.md | 65 ++++++++++++++++++++-------------------- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/docs/setup/connection.md b/docs/setup/connection.md index 9bf87228..52ce1f40 100644 --- a/docs/setup/connection.md +++ b/docs/setup/connection.md @@ -12,38 +12,39 @@ These configurations can be done via API or from configuration. Examples of both ## Supported Data Connections -| Data Source Type | Data Source | Support | Free | -|------------------|------------------------------------|-------------------------------------------|-------------------------------------------| -| Cloud Storage | AWS S3 | :white_check_mark: | :white_check_mark: | -| Cloud Storage | Azure Blob Storage | :white_check_mark: | :white_check_mark: | -| Cloud Storage | GCP Cloud Storage | :white_check_mark: | :white_check_mark: | -| Database | Cassandra | :white_check_mark: | :white_check_mark: | -| Database | MySQL | :white_check_mark: | :white_check_mark: | -| Database | Postgres | :white_check_mark: | :white_check_mark: | -| Database | Elasticsearch | :octicons-x-circle-fill-12:{ .red-cross } | :white_check_mark: | -| Database | MongoDB | :octicons-x-circle-fill-12:{ .red-cross } | :white_check_mark: | -| Database | Opensearch | :octicons-x-circle-fill-12:{ .red-cross } | :white_check_mark: | -| File | CSV | :white_check_mark: | :white_check_mark: | -| File | Delta Lake | :white_check_mark: | :white_check_mark: | -| File | Iceberg | :white_check_mark: | :white_check_mark: | -| File | JSON | :white_check_mark: | :white_check_mark: | -| File | ORC | :white_check_mark: | :white_check_mark: | -| File | Parquet | :white_check_mark: | :white_check_mark: | -| File | Hudi | :octicons-x-circle-fill-12:{ .red-cross } | :white_check_mark: | -| HTTP | REST API | :white_check_mark: | :octicons-x-circle-fill-12:{ .red-cross } | -| Messaging | Kafka | :white_check_mark: | :octicons-x-circle-fill-12:{ .red-cross } | -| Messaging | Solace | :white_check_mark: | :octicons-x-circle-fill-12:{ .red-cross } | -| Messaging | ActiveMQ | :octicons-x-circle-fill-12:{ .red-cross } | :octicons-x-circle-fill-12:{ .red-cross } | -| Messaging | Pulsar | :octicons-x-circle-fill-12:{ .red-cross } | :octicons-x-circle-fill-12:{ .red-cross } | -| Messaging | RabbitMQ | :octicons-x-circle-fill-12:{ .red-cross } | :octicons-x-circle-fill-12:{ .red-cross } | -| Metadata | Great Expectations | :white_check_mark: | :octicons-x-circle-fill-12:{ .red-cross } | -| Metadata | Marquez | :white_check_mark: | :octicons-x-circle-fill-12:{ .red-cross } | -| Metadata | OpenMetadata | :white_check_mark: | :octicons-x-circle-fill-12:{ .red-cross } | -| Metadata | OpenAPI/Swagger | :white_check_mark: | :octicons-x-circle-fill-12:{ .red-cross } | -| Metadata | Open Data Contract Standard (ODCS) | :white_check_mark: | :octicons-x-circle-fill-12:{ .red-cross } | -| Metadata | Amundsen | :octicons-x-circle-fill-12:{ .red-cross } | :octicons-x-circle-fill-12:{ .red-cross } | -| Metadata | Datahub | :octicons-x-circle-fill-12:{ .red-cross } | :octicons-x-circle-fill-12:{ .red-cross } | -| Metadata | Solace Event Portal | :octicons-x-circle-fill-12:{ .red-cross } | :octicons-x-circle-fill-12:{ .red-cross } | +| Data Source Type | Data Source | Support | +|------------------|------------------------------------|-------------------------------------------| +| Cloud Storage | AWS S3 | :white_check_mark: | +| Cloud Storage | Azure Blob Storage | :white_check_mark: | +| Cloud Storage | GCP Cloud Storage | :white_check_mark: | +| Database | Cassandra | :white_check_mark: | +| Database | MySQL | :white_check_mark: | +| Database | Postgres | :white_check_mark: | +| Database | Elasticsearch | :octicons-x-circle-fill-12:{ .red-cross } | +| Database | MongoDB | :octicons-x-circle-fill-12:{ .red-cross } | +| Database | Opensearch | :octicons-x-circle-fill-12:{ .red-cross } | +| File | CSV | :white_check_mark: | +| File | Delta Lake | :white_check_mark: | +| File | Iceberg | :white_check_mark: | +| File | JSON | :white_check_mark: | +| File | ORC | :white_check_mark: | +| File | Parquet | :white_check_mark: | +| File | Hudi | :octicons-x-circle-fill-12:{ .red-cross } | +| HTTP | REST API | :white_check_mark: | +| Messaging | Kafka | :white_check_mark: | +| Messaging | Solace | :white_check_mark: | +| Messaging | ActiveMQ | :octicons-x-circle-fill-12:{ .red-cross } | +| Messaging | Pulsar | :octicons-x-circle-fill-12:{ .red-cross } | +| Messaging | RabbitMQ | :octicons-x-circle-fill-12:{ .red-cross } | +| Metadata | Data Contract CLI | :white_check_mark: | +| Metadata | Great Expectations | :white_check_mark: | +| Metadata | Marquez | :white_check_mark: | +| Metadata | OpenMetadata | :white_check_mark: | +| Metadata | OpenAPI/Swagger | :white_check_mark: | +| Metadata | Open Data Contract Standard (ODCS) | :white_check_mark: | +| Metadata | Amundsen | :octicons-x-circle-fill-12:{ .red-cross } | +| Metadata | Datahub | :octicons-x-circle-fill-12:{ .red-cross } | +| Metadata | Solace Event Portal | :octicons-x-circle-fill-12:{ .red-cross } | ### API