Crate mindb

Crate mindb 

Source

Modules§

config
Configuration structs and hot-reload helpers for MindB.
db
index
In-memory and on-disk index structures used by MindB.
observe
Instrumentation helpers for MindB.
query
High level query handlers that compose the different index layers.
recovery
Recovery utilities for restoring in-memory state from durable artifacts.
storage
Storage subsystem primitives for MindB. This module exposes the shared traits and error types used by the segment, manifest, and compaction submodules.
write