You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/integrations/data-ingestion/aws-glue/index.md
+49
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,19 @@ description: Integrate ClickHouse and Amazon Glue
6
6
keywords: [ clickhouse, amazon, aws, glue, migrating, data ]
7
7
---
8
8
9
+
import Tabs from '@theme/Tabs';
10
+
import TabItem from '@theme/TabItem';
11
+
9
12
# Integrating Amazon Glue with ClickHouse
10
13
11
14
[Amazon Glue](https://aws.amazon.com/glue/) is a fully managed, serverless data integration service provided by Amazon Web Services (AWS). It simplifies the process of discovering, preparing, and transforming data for analytics, machine learning, and application development.
12
15
13
16
14
17
Although there is no Glue ClickHouse connector available yet, the official JDBC connector can be leveraged to connect and integrate with ClickHouse:
0 commit comments