Skip to content

Commit

Permalink
Update supported connections list
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Oct 17, 2024
1 parent 581ea45 commit 6246910
Showing 1 changed file with 33 additions and 32 deletions.
65 changes: 33 additions & 32 deletions docs/setup/connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6246910

Please sign in to comment.