Data Lake Management and Analytics
Singdata Lakehouse manages file storage uniformly through Volume objects, supporting both internally managed storage (User Volume, Table Volume, Named Volume) and external object storage mounts (OSS / COS / S3). It provides complete capabilities for direct querying, import/export, and permission management.
For enterprises with existing data lakes, you can mount your existing object storage directly — no data migration required. Use SELECT FROM VOLUME or COPY INTO to query and process data lake files within Lakehouse.
This Section
| Page | Description |
|---|---|
| Data Lake Overview | Volume architecture, positioning and selection between internal and external Volumes |
| Storage Connection | Create and manage object storage authentication configurations (OSS / COS / S3 / Hive / Kafka) |
| Data Lake Volume Objects | Volume object management: creating and operating internal Volumes (User / Table / Named) and external Volumes |
| Data Import and Export in Object Storage | Local file upload/download (PUT / GET), import from Volume to table (COPY INTO TABLE), export from table to Volume (COPY INTO VOLUME) |
| Data Lake Volume Query and Analysis | Directly query CSV / JSON / Parquet files in Volumes, process unstructured data, invoke AI capabilities |
| Data Lake Permissions | Permission management for Volumes and Storage Connections |
Quick Selection Guide
I don't have cloud storage and want to temporarily store files → Use User Volume — created automatically by the system, no configuration needed, upload files directly with PUT
I have OSS / S3 / COS and want to query data directly
→ Create a Storage Connection → Mount an External Volume → SELECT FROM VOLUME
I want to batch import object storage files into a Lakehouse table → Import Data from Volume to Table (COPY INTO TABLE)
I want to export Lakehouse table data to object storage → Export Data to Volume (COPY INTO VOLUME)
I want to operate Volume files with Python → Zettapark Volume and File Operations
