|
| 1 | +--- |
| 2 | +sidebar_label: 'Artie' |
| 3 | +sidebar_position: 12 |
| 4 | +keywords: ['clickhouse', 'Artie', 'connect', 'integrate', 'cdc', 'etl', 'data integration', 'real-time', 'streaming'] |
| 5 | +slug: /integrations/artie |
| 6 | +description: 'Stream data into ClickHouse using Artie CDC streaming platform' |
| 7 | +title: 'Connect Artie to ClickHouse' |
| 8 | +doc_type: 'guide' |
| 9 | +--- |
| 10 | + |
| 11 | +import Image from '@theme/IdealImage'; |
| 12 | +import artie_signup from '@site/static/images/integrations/data-ingestion/etl-tools/artie/artie_signup.png'; |
| 13 | +import artie_edit_pipeline from '@site/static/images/integrations/data-ingestion/etl-tools/artie/artie_edit_pipeline.png'; |
| 14 | +import analytics from '@site/static/images/integrations/data-ingestion/etl-tools/artie/analytics.png'; |
| 15 | +import monitor from '@site/static/images/integrations/data-ingestion/etl-tools/artie/monitor.png'; |
| 16 | +import schema_notification from '@site/static/images/integrations/data-ingestion/etl-tools/artie/schema_notification.png'; |
| 17 | +import ConnectionDetails from '@site/docs/_snippets/_gather_your_details_http.mdx'; |
| 18 | + |
| 19 | +# Connect Artie to ClickHouse |
| 20 | + |
| 21 | +<a href="https://www.artie.com/" target="_blank">Artie</a> is fully managed real-time data streaming platform that replicates production data into ClickHouse, unlocking customer-facing analytics, operational workflows, and Agentic AI in production. |
| 22 | + |
| 23 | +## Overview {#overview} |
| 24 | + |
| 25 | +Artie is the modern data infrastructure layer for the AI era — a fully managed real-time data streaming platform that keeps production data continuously in sync with your warehouse. |
| 26 | + |
| 27 | +As companies activate their warehouses for real-time AI workloads, operational analytics, and customer-facing data products, they're standardizing on infrastructure that's fast, reliable, and built for scale. |
| 28 | + |
| 29 | +We give companies the kind of streaming pipelines and deep observability that Netflix, DoorDash, and Instacart built in-house, without hiring 10+ engineers and spending 1-2 years on platform work. Artie automates the entire ingestion lifecycle — change capture, merges, backfills, and observability — with zero engineering maintenance and deploys in minutes. |
| 30 | + |
| 31 | +Leaders like ClickUp, Substack, and Alloy use Artie not just to solve today's pipeline issues, but to future-proof their data stack as their AI strategy accelerates. |
| 32 | + |
| 33 | +<VerticalStepper headerLevel="h2"> |
| 34 | + |
| 35 | +## Create an Artie account {#1-create-an-artie-account} |
| 36 | + |
| 37 | +Visit <a href="https://www.artie.com/contact" target="_blank">artie.com/contact</a> and complete the form to request access. |
| 38 | + |
| 39 | +<Image img={artie_signup} size="md" border alt="Artie signup page" /> |
| 40 | + |
| 41 | +## Find your ClickHouse credentials {#2-find-your-clickhouse-credentials} |
| 42 | + |
| 43 | +After creating a service in ClickHouse Cloud, find the following required settings: |
| 44 | + |
| 45 | +<ConnectionDetails /> |
| 46 | + |
| 47 | +## Create a new pipeline in Artie {#3-create-a-new-pipeline-in-artie} |
| 48 | + |
| 49 | +Head over to Artie with the information you have gathered from previous steps and create a new pipeline by following a 3 step process. |
| 50 | + |
| 51 | +1. **Connect your source** - Configure your source database (Postgres, MySQL, Events API, etc) |
| 52 | +2. **Choose the tables you want to replicate** - Select which tables to sync to ClickHouse |
| 53 | +3. **Connect your destination** - Enter your ClickHouse credentials |
| 54 | + |
| 55 | +<Image img={artie_edit_pipeline} size="lg" border alt="Artie Edit Pipeline interface" /> |
| 56 | + |
| 57 | +</VerticalStepper> |
| 58 | + |
| 59 | +## Contact Us {#contact-us} |
| 60 | + |
| 61 | +If you have any questions, please refer to our < a href= "https://www.artie.com/docs/destinations/clickhouse" target= "_blank">ClickHouse docs</ a> or reach out to the team at < a href= "mailto:[email protected]"> [email protected]</ a>. |
| 62 | + |
| 63 | +## Product Screenshots {#product-screenshots} |
| 64 | + |
| 65 | +Analytics Portal |
| 66 | +<Image img={analytics} size="md" border alt="Analytics Portal"/> |
| 67 | + |
| 68 | +Pipeline and table specific monitors |
| 69 | +<Image img={monitor} size="md" border alt="Built-in monitoring"/> |
| 70 | + |
| 71 | +Daily schema change notifications |
| 72 | +<Image img={schema_notification} size="md" border alt="Schema notification"/> |
0 commit comments