Getting Started

Choose an onboarding path based on your role. Most starter scenarios can be completed within 30 minutes.


Data Engineer

Goal: Ingest data and complete an ODS → DWD → ADS processing pipeline

Step 1 — Try the core features (30 minutes)

Lakehouse Quick Start Experience

Step 2 — Ingest your data

Data SourceRecommended Method
MySQL / PG / Oracle, real-time CDCStudio Real-time Sync Tasks
Full-database migration, multiple tables at onceMulti-table Real-time Sync
Object storage (S3 / OSS / COS)Pipe Continuous Ingestion · COPY INTO
Kafka message streamsKafka Pipe
Local CSV / Excel filesUpload Local Data

Step 3 — Build data processing pipelines

Dynamic Table Incremental Computation · Studio Task Development and Scheduling · Data Engineering Agent (ETL development and task management in natural language) · End-to-End CDC Example

Step 4 — Connect external tools

JDBC Driver · cz-cli Command Line · SQLAlchemy · Python SDK

Data Analyst

Goal: Connect to data, run SQL, use AI-assisted analysis

Step 1 — Run your first SQL (5 minutes)

How to Run Your First SQL Query

Step 2 — Connect your tools

Tool TypeConnection Method
FineBI / Power BI / Tableau and other BI toolsJDBC Driver
DataGrip / DBeaver / Navicat and other clientsMySQL Protocol
Python scriptsSQLAlchemy
Terminal command lineCommand-Line Client

Step 3 — Advanced analysis

Data Analytics Agent · SQL Usage Guide · TPC-H Sample Data Performance Walkthrough

AI / ML Engineer

Goal: Build vector search, RAG knowledge bases, AI-enhanced analytics

Step 1 — Learn about Lakehouse AI capabilities

Lakehouse AI Overview

Step 2 — Choose your scenario

ScenarioEntry Point
Semantic search / RAG knowledge baseAI Data Preparation · Vector Search
Call LLMs from SQLAI Functions (AI_COMPLETE / AI_EMBEDDING)
Manage and switch between multiple LLM modelsAI Gateway
Conversational data analysis in natural languageData Analytics Agent
ETL development, task management, and operations diagnostics in natural languageData Engineering Agent
Python data processing + AI inferenceZettaPark Quick Start

Platform Administrator

Goal: Set up accounts, grant permissions, and configure environments

  1. Quickly Add and Manage Users — Create users and assign roles
  2. Quickly Create and Use Workspaces — Workspace isolation and configuration
  3. Quickly Manage Workspace Users — Workspace-level permission management
  4. Build a Data Development Environment with Workspaces — Set up a complete data development environment for your team
  5. Quickly Configure and Use Monitoring and Alerting Rules — Task failure and performance anomaly alerts

AI Agent / Automation

Goal: Use deterministic interfaces to call data capabilities and build automated data pipelines

ScenarioRecommended Integration
SQL execution and result retrievalcz-cli sql · Python connector
Task scheduling and triggeringcz-cli task / runs refill
Studio task development and data source managementcz-cli task create/save · Studio Task Development · Studio Data Integration
ScenarioRecommended Integration
Python data read/writeZettaPark · clickzetta-connector
Business semantic layer queriesSemantic Views
Collaborate with specialized data sub-agentscz-cli agent run
Browser automation Web AgentSingclaw

Quick Start by Feature

What I Want to DoEntry Point
Quickly experience core product featuresLakehouse Quick Start Experience
Learn the Studio interface layoutLakehouse Studio Quick Tour
Upload a local CSV fileQuickly Upload and Import Local Data
Real-time CDC sync from MySQL / PGStudio Real-time Sync Tasks
Create a scheduled sync taskQuickly Create Sync Tasks to Import Data
Mount S3 / OSS / COS object storageExternal Volume
Configure ETL scheduling workflowsQuickly Configure and Schedule ETL Workflows
Run federated queries on a data lake (Hive / Iceberg)External Catalog Federated Query
Configure data quality rulesQuickly Configure and Use Data Quality Rules
Configure monitoring and alertingQuickly Configure and Use Monitoring and Alerting Rules
Experience engine performance (TPC-H)Experience Engine Performance with TPC-H Sample Data
Write complex business analysis SQLSQL Usage Guide
Use AI to analyze data conversationallyData Analytics Agent
Use AI to develop ETL / manage tasksData Engineering Agent
Build vector search / RAG knowledge baseVector Search
Process data with Python (ZettaPark)ZettaPark Quick Start
Migrate from Spark to LakehouseMigration Guide