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: content/learning-paths/servers-and-cloud-computing/clickhouse-gcp/_index.md
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,24 @@
1
1
---
2
-
title: Deploy ClickHouse on Google Cloud C4A Arm virtual machines
2
+
title: Build a Real-Time Analytics Pipeline with ClickHouse on Google Cloud Axion (Arm-based C4A VMs)
3
3
4
-
minutes_to_complete: 30
4
+
minutes_to_complete: 50
5
5
6
-
who_is_this_for: This is an introductory topic for developers deploying and optimizing ClickHouse on Arm-based Linux environments using Google Cloud C4A virtual machines powered by Axion processors, to evaluate ClickHouse performance and behaviour on Arm-based infrastructure.
6
+
who_is_this_for: This learning path is intended for software developers, data engineers, and platform engineers who want to build and benchmark a real-time analytics pipeline using ClickHouse on Linux/Arm64 environments, specifically Google Cloud C4A virtual machines powered by Axion processors.
7
7
8
8
learning_objectives:
9
-
- Provision an Arm-based SUSE SLES virtual machine on Google Cloud using C4A instances powered by Axion processors
10
-
- Install and start a ClickHouse server on a SUSE Arm64 (C4A) virtual machine
11
-
- Verify ClickHouse functionality by connecting to the server and running basic insert and query operations
12
-
- Run baseline ClickHouse performance tests to produce throughput and query latency results for evaluating Arm-based deployments on Google Cloud
9
+
- Provision an Arm-based SUSE SLES virtual machine on Google Cloud using C4A (Axion processors)
10
+
- Configure Google Cloud Pub/Sub for real-time log ingestion
11
+
- Deploy and validate ClickHouse on a SUSE Linux Arm64 (Axion) VM
12
+
- Build a streaming ETL pipeline using Apache Beam and Google Dataflow
13
+
- Ingest real-time Pub/Sub data into ClickHouse using Dataflow
14
+
- Validate end-to-end data flow from Pub/Sub to ClickHouse
15
+
- Perform baseline and analytical query benchmarking on ClickHouse running on Arm64
16
+
- Measure and report query latency (including p95) on Axion processors
13
17
14
18
prerequisites:
15
19
- A [Google Cloud Platform (GCP)](https://cloud.google.com/free) account with billing enabled
16
20
- Basic familiarity with [ClickHouse](https://clickhouse.com/)
0 commit comments