Re-exports§
pub use bloom::BloomFilter;pub use buffer::OperationBuffer;pub use clock::LamportClock;pub use entry::Entry;pub use entry::GraphOp;pub use entry::Hash;pub use entry::Value;pub use gossip::PeerRegistry;pub use graph::Edge;pub use graph::MaterializedGraph;pub use graph::Node;pub use obslog::ObsLogError;pub use obslog::Observation;pub use obslog::ObservationLog;pub use ontology::EdgeTypeDef;pub use ontology::MonotonicityError;pub use ontology::NodeTypeDef;pub use ontology::NodeTypeUpdate;pub use ontology::Ontology;pub use ontology::OntologyExtension;pub use ontology::PropertyDef;pub use ontology::ValidationError;pub use ontology::ValueType;pub use oplog::OpLog;pub use oplog::OpLogError;pub use store::Store;pub use store::StoreError;pub use sync::Snapshot;pub use sync::SyncOffer;pub use sync::SyncPayload;pub use sync::PROTOCOL_VERSION;
Modules§
- bloom
- buffer
- OperationBuffer — filesystem-backed write-ahead buffer for graph operations.
- clock
- engine
- entry
- gossip
- R-05: Gossip Peer Selection — logarithmic fan-out for scalable sync.
- graph
- obslog
- ObservationLog — append-only, TTL-pruned time-series store (D-025).
- ontology
- oplog
- provenance
- Read-only provenance observation.
- store
- sync