Skip to content

Commit 5fed3ac

Browse files
committed
Initial Doc Scaffold
0 parents  commit 5fed3ac

138 files changed

Lines changed: 1383 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Oxidoc build artifacts
2+
.oxidoc-dev/
3+
dist/

assets/logo.svg

Lines changed: 8 additions & 0 deletions

concepts/cluster-topology.rdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Cluster Topology
3+
description: Node roles, join/leave/decommission lifecycle.
4+
---
5+
6+
# Cluster Topology
7+
8+
TODO

concepts/compaction.rdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Compaction
3+
description: LSM-style compaction with tiered storage promotion.
4+
---
5+
6+
# Compaction
7+
8+
TODO

concepts/consistency-model.rdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Consistency Model
3+
description: Overview of consistency guarantees across read and write paths.
4+
---
5+
6+
# Consistency Model
7+
8+
TODO

concepts/control-plane.rdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Control Plane
3+
description: Tokio + DataFusion: query parsing, planning, routing.
4+
---
5+
6+
# Control Plane
7+
8+
TODO

concepts/data-plane.rdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Data Plane
3+
description: Thread-per-Core + io_uring: physical execution, storage I/O.
4+
---
5+
6+
# Data Plane
7+
8+
TODO

concepts/data-types.rdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Data Types
3+
description: Supported field types: scalars, vectors, JSON, timestamps.
4+
---
5+
6+
# Data Types
7+
8+
TODO

concepts/documents-collections.rdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Documents & Collections
3+
description: The fundamental data model: schemaless documents in named collections.
4+
---
5+
6+
# Documents & Collections
7+
8+
TODO

concepts/hybrid-execution.rdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Hybrid Execution Model
3+
description: Control Plane and Data Plane connected by SPSC bridge.
4+
---
5+
6+
# Hybrid Execution Model
7+
8+
TODO

0 commit comments

Comments
 (0)