stratalab

60 mods across 1 repository, 2 stars between them.

graph.create

45

stratalab/strata-core

Command

Creates an empty named graph in the selected space and returns its metadata, including node and edge counts (zero at creation) and the create commit coordinates. A database can hold many graphs; graph names are unique per branch and space. Creating a name that already exists fails with alreadyexists.engine.graph.

2 2d ago A 0 tokens original Apache-2.0

graph.edge.get

48

stratalab/strata-core

Command

Reads one edge by its (src, edgetype, dst) triple, returning its weight, properties, and last-write commit coordinates. A missing edge reads back as no data. Accepts asof for time travel.

2 2d ago A 0 tokens original Apache-2.0