Skip to content

Commit 74ea2af

Browse files
committed
feat: Add module diagram in ROADMAP.md
1 parent 266f7ff commit 74ea2af

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

ROADMAP.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
graph TD
2+
subgraph "Step 2: Build Your Applications"
3+
A7["<strong>Layer 7: Your Application</strong><br/>(The final product you build)"]
4+
A6["<strong>Layer 6: Application SDKs</strong><br/>(Effect/AI, Effect/cli)"]
5+
A5["<strong>Layer 5: The Platform</strong><br/>(@effect/platform)"]
6+
end
7+
8+
subgraph "Step 1: Build Your Services"
9+
subgraph "Layer 4: Service Architecture"
10+
B4["<strong>4b: Distributed Services</strong><br/>@effect/cluster, @effect/rpc, @effect/workflow"]
11+
A4["<strong>4a: Services</strong><br/>Layer, Service, Context"]
12+
end
13+
A3["<strong>Layer 3: Tools for Services</strong><br/>Stream, Schedule, Schema, Data, etc."]
14+
A2["<strong>Layer 2: Runtime</strong><br/>Runtime, Fiber"]
15+
A1["<strong>Layer 1: Effect</strong><br/>The Core Blueprint"]
16+
end
17+
18+
%% --- The Flow ---
19+
A7 --> A6
20+
A6 --> A5
21+
A5 --> A4
22+
A5 --> B4
23+
A4 --> A3
24+
B4 --> A3
25+
A3 --> A2
26+
A2 --> A1

0 commit comments

Comments
 (0)