Lakehouse Studio

Lakehouse Studio is Singdata Lakehouse's unified data development and governance platform, providing a complete workflow from data ingestion, processing, and analysis to operations.

What is Lakehouse Studio

Studio is a web-based graphical interface natively provided by Lakehouse. Users can perform all data operations through a browser without writing code or using command-line tools.

Core Positioning: A one-stop data platform entry point, covering the daily needs of data engineers, analysts, and operations personnel.

Six Core Modules

ModuleFunctionTypical Users
Data SyncVisually configure data sources, supporting offline batch sync and real-time CDC sync for 40+ data sourcesData Engineers
Task DevelopmentVisual IDE for writing SQL/Python/Shell tasks, supporting composite tasks, loops, branching, and other orchestrationData Engineers
Task SchedulingCron scheduling + dependency management, automatically orchestrating upstream and downstream tasksData Engineers
Operations MonitoringView task run status, logs, duration, configure alert rules and backfill operationsData Operations
Data CatalogManage table/view metadata, configure data quality rules, cross-instance data sharingData Governance
AnalysisInteractive Notebook, supporting SQL query result visualization and data profilingData Analysts

Relationship Between Studio and CLI

DimensionStudioCLI / SQL
Usage ModeBrowser graphical interfaceCommand line / JDBC / SDK
Applicable ScenariosDaily development, task orchestration, operations monitoringAutomation scripts, CI/CD, AI Agent
Learning CurveLow (visual operations)Medium (requires SQL/command syntax knowledge)
Recommended UsersData engineers, analysts, operations personnelDevelopers, AI Agents, automation workflows

The two complement each other: Studio is suitable for daily development and visual operations, while CLI is suitable for automation and integration scenarios.

Quick Start