Skip to content

Commit

Permalink
azureblobstorage added
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcik-dorota committed Dec 18, 2024
1 parent 14389e8 commit 5d2e34d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/products/clickhouse/concepts/data-integration-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,14 @@ For more information on ClickHouse database engines, see

Depending on a data source type, Aiven for ClickHouse supports different integration modes.

| Data source type | Data source integration<br/>(with Aiven service <br/>or external source)| Managed databases integration| Managed credentials integration |
|------------------|----------------------------|------------------------------|---------------------------------|
| PostgreSQL | <ConsoleIcon name="tick"/> | <ConsoleIcon name="tick"/> | <ConsoleIcon name="tick"/> |
| MySQL | <ConsoleIcon name="tick"/> | <ConsoleIcon name="cross"/> | <ConsoleIcon name="tick"/> |
| Apache Kafka | <ConsoleIcon name="tick"/> | <ConsoleIcon name="tick"/> | <ConsoleIcon name="cross"/> |
| ClickHouse | <ConsoleIcon name="tick"/> | <ConsoleIcon name="cross"/> | <ConsoleIcon name="tick"/> |
| Amazon S3 | <ConsoleIcon name="tick"/> | <ConsoleIcon name="cross"/> | <ConsoleIcon name="tick"/> |
| Data source type | Data source integration<br/>(with Aiven service <br/>or external source)| Managed databases integration| Managed credentials integration |
|--------------------|----------------------------|------------------------------|---------------------------------|
| PostgreSQL | <ConsoleIcon name="tick"/> | <ConsoleIcon name="tick"/> | <ConsoleIcon name="tick"/> |
| MySQL | <ConsoleIcon name="tick"/> | <ConsoleIcon name="cross"/> | <ConsoleIcon name="tick"/> |
| Apache Kafka | <ConsoleIcon name="tick"/> | <ConsoleIcon name="tick"/> | <ConsoleIcon name="cross"/> |
| ClickHouse | <ConsoleIcon name="tick"/> | <ConsoleIcon name="cross"/> | <ConsoleIcon name="tick"/> |
| Amazon S3 | <ConsoleIcon name="tick"/> | <ConsoleIcon name="cross"/> | <ConsoleIcon name="tick"/> |
| Azure Blob Storage | <ConsoleIcon name="tick"/> | <ConsoleIcon name="cross"/> | <ConsoleIcon name="tick"/> |

## Data flow and residency in integrations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Aiven for ClickHouse supports the following table engines:
| Engine | Engine family |
|-----------------------------------------------------------------------------------------------------------------------|--------------------|
| `AggregatingMergeTree` (remapped) | MergeTree |
| `AzureBlobStorage` | Integration engine |
| `Buffer` | Special engine |
| `CollapsingMergeTree` (remapped) | MergeTree |
| `COSN` | Integration engine |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Table functions supported in Aiven for ClickHouse®
sidebar_label: Table functions
---

[Table
Expand All @@ -21,6 +22,7 @@ security reasons.

Aiven for ClickHouse® supports the following table functions:

- `azureBlobStorage`
- `cluster`
- `clusterAllReplicas`
- `cosn`
Expand Down

0 comments on commit 5d2e34d

Please sign in to comment.