-
Notifications
You must be signed in to change notification settings - Fork 323
New article "Bringing Azure Data into ClickHouse" #3729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@slabko is attempting to deploy a commit to the ClickHouse Team on Vercel. A member of the Team first needs to authorize it. |
974b445
to
0315759
Compare
cb2b4f4
to
5b2eb61
Compare
5b2eb61
to
ff83ee1
Compare
### Turning ClickHouse to a REST Service {#turning-clickhouse-to-a-rest-service} | ||
Azure Data Factory supports a variety of data connectors, including REST | ||
endpoints — and we’ll take advantage of that. But there’s a catch: ClickHouse |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should link to REST connector docs somewhere https://learn.microsoft.com/en-us/azure/data-factory/connector-rest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw you have already done it in the suggestions
|
||
In this article, we will explore two ways to ingest data from Microsoft Azure | ||
into ClickHouse. The first method, and likely the easiest, involves using | ||
ClickHouse’s `azureBlobStorage` table function to transfer data directly from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if azure blob storage
integration should be a separate page. The current page is Azure Data Factory
. From the Azure Data Factory point of view, Azure Blob Storage is just a well-integrated data source and sink. WDYT? @laeg
a9bb93b
to
7c6efba
Compare
7c6efba
to
ea5ddd3
Compare
Create a new dataset that points to the uploaded data. Click Publish all to | ||
save your changes. | ||
### Creating a Copy Activity to transfer data to clickHouse {#creating-the-copy-activity-to-transfer-data-to-clickhouse} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Creating a Copy Activity to transfer data to clickHouse {#creating-the-copy-activity-to-transfer-data-to-clickhouse} | |
### Creating a Copy Activity to transfer data to ClickHouse {#creating-the-copy-activity-to-transfer-data-to-clickhouse} |
Summary
Add an article that demonstrates two approaches for copying data from Microsoft Azure to ClickHouse: using the azureBlobStorage table function for direct access, and using Azure Data Factory with ClickHouse’s HTTP interface for flexible, REST-style data ingestion. Includes step-by-step examples and setup guidance.
Checklist