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: docs/quix-cloud/quixlake/api.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: Quix Lake - API
4
4
description: Programmatic access to Quix Lake for search, metadata, file discovery, and lifecycle operations. Backend for the Quix Lake UI; Metadata endpoints are the primary integration surface for your external re-indexing applications.
5
5
---
6
6
7
-
# Overview
7
+
# Quix Lake - API
8
8
9
9
The Quix Lake API powers the **Quix Lake User Interface** and also exposes a clean surface for your own applications to **tag datasets, search, discover files, and perform safe deletes/restores**.
10
10
See the UI page: [Quix Lake User Interface](./user-interface.md).
@@ -121,9 +121,9 @@ Reports minimum/maximum timestamps and observed partitions for a set of keys. Us
121
121
122
122
123
123
124
-
## Data Deletion
124
+
## Data Deletion endpoints
125
125
126
-
The **Data Deletion API** supports safe lifecycle management of cataloged data. By default, deletions are **soft**, preserving underlying files and enabling recovery. When required, **hard deletes** can permanently remove both metadata and storage objects.
126
+
The **Data Deletion** endpoints supports safe lifecycle management of cataloged data. By default, deletions are **soft**, preserving underlying files and enabling recovery. When required, **hard deletes** can permanently remove both metadata and storage objects.
127
127
128
128
Use these routes to:
129
129
@@ -157,9 +157,9 @@ Clears soft-delete markers for multiple keys.
157
157
158
158
159
159
160
-
## Metadata
160
+
## Metadata endpoints
161
161
162
-
The **Metadata API** lets you enrich datasets with custom **key/value properties** and query them later for grouping, filtering, lineage, and auditing. This is especially useful when working with datasets produced by the [Quix Lake Sink (managed)](../managed-services/sink.md), enabling your applications to attach meaningful business or operational context.
162
+
The **Metadata** endpoints lets you enrich datasets with custom **key/value properties** and query them later for grouping, filtering, lineage, and auditing. This is especially useful when working with datasets produced by the [Quix Lake Sink (managed)](../managed-services/sink.md), enabling your applications to attach meaningful business or operational context.
Copy file name to clipboardExpand all lines: docs/quix-cloud/quixlake/open-format.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
2
3
-
title: Quix Lake - Open format
3
+
title: Quix Lake Open format
4
4
description: How Quix Lake structures data in Avro and Parquet for portability and performance.
5
5
---
6
6
7
-
# Quix Lake - Open format
7
+
# Quix Lake Open format
8
8
9
9
Quix Lake stores Kafka messages and metadata as **open files** in your blob storage (S3, GCS, Azure Blob, MinIO). The layout favors portability, fast discovery, and full-fidelity replay.
0 commit comments