stratalab

60 mods across 1 repository, 2 stars between them.

graph.edge.remove

49

stratalab/strata-core

Command

Removes one directed edge by its (src, edgetype, dst) triple. The endpoints are untouched. Removing an edge that does not exist is not an error: the acknowledgement reports deleted: false.

2 2d ago A 0 tokens original Apache-2.0

graph.list

50

stratalab/strata-core

Command

Lists graph names in lexicographic order. Accepts an optional item limit (default 100), an exclusive name cursor for continuation, and an asof timestamp to list the graphs visible at an earlier instant.

2 2d ago A 0 tokens original Apache-2.0

graph.neighbors

52

stratalab/strata-core

Command

Walks a node's edges and returns one hit per traversed edge. Direction is outgoing, incoming, or both; an optional edge-type filter restricts the walk. Each hit embeds both the traversed edge and the neighbor node in full, so a follow-up read is rarely needed. A missing node yields an empty page.

2 2d ago A 0 tokens original Apache-2.0

graph.node.get

54

stratalab/strata-core

Command

Reads one node by id, returning its properties, declared object type, entity binding, and last-write commit coordinates. A removed or never-written node reads back as no data. Accepts asof for time travel.

2 2d ago A 0 tokens original Apache-2.0

graph.node.list

55

stratalab/strata-core

Command

Lists a graph's nodes in node-id order. Accepts an optional id prefix filter, an item limit (default 100), an exclusive cursor, and asof for time travel. Each item carries the full node payload: properties, declared type, binding, and commit coordinates.

2 2d ago A 0 tokens original Apache-2.0