Crate fcdb_graph

Crate fcdb_graph 

Source
Expand description

§Enishi Graph

Graph data structures and operations for the Enishi database.

Merkle DAG: enishi_graph -> rid_to_cid, adjacency, postings, temporal

Structs§

AdjEntry
Adjacency list entry
Edge
Graph edge representation
GraphDB
Graph database core structure
LabelId
Edge label/type identifier
Posting
Posting list for full-text search and analytics
Rid
Resource ID (RID) - unique identifier for graph nodes
RidMapping
RID to CID mapping with temporal support
Timestamp
Temporal timestamp for versioning