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
type:docsDocumentation, guides, API references, examples.
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
d-engine Product Roadmap
Audience: Community contributors, early adopters
Version: v0.2 (2026-05)
Maintainer: Joshua
Vision
Make distributed coordination accessible — cheap to run, simple to use.
Core philosophy: Choose simple architectures over complex ones.
Status Overview
v0.1.x — Core Protocol & Basic KV
Raft protocol working, basic cluster operations in place.
LinearizableRead,LeaseRead,EventualConsistencyv0.2.x — Trusted Core
Released (v0.2.1 – v0.2.4)
is_leader(),node_id(),current_term(),wait_ready()bidirectional streams per peer
GUARANTEES.mdproducedapply-driven install,
spawn_blockingisolation)SystemTime→Instant);leader serves reads locally when lease is valid (327K ops/s embedded)
prev_kv, progress heartbeat, buffer overflow protectionscan_prefix: returns all keys under a prefix with revision anchorwatch_membership: real-time membership change stream (Embedded + gRPC)EmbeddedEngine::start(data_dir),StandaloneEngine::run(data_dir, shutdown_rx)In Progress
v0.3.x — Enterprise Ready
Security
Stability
GUARANTEES.mdpublishedObservability
Deployment
Storage
KV Operations
Examples
v0.4.x — Scalability
Prerequisite: v0.3.x milestone complete
group_id-based routingCommunity Contribution Entry Points
Notes
Beta Was this translation helpful? Give feedback.
All reactions