raphtory

Raphtory graph analytics library

Classes

ClassDescription
EdgePyEdge is a Python class that represents an edge in the graph.
EdgesA list of edges that can be iterated over.
EventTimeRaphtory’s EventTime.
GraphA temporal graph with event semantics.
GraphViewGraph view is a read-only version of a graph at a certain point in time.
HistoryHistory of updates for an object. Provides access to time entries and derived views such as timestamps, datetimes, event ids, and intervals.
HistoryDateTimeHistory view that exposes UTC datetimes.
HistoryEventIdHistory view that exposes event ids of time entries. They are used for ordering within the same timestamp.
HistoryTimestampHistory view that exposes timestamps in milliseconds since the Unix epoch.
IndexSpec
IndexSpecBuilder
IntervalsView over the intervals between consecutive timestamps, expressed in milliseconds.
MetadataA view of metadata of an entity
MetadataView
MutableEdge
MutableNode
NestedEdges
NodeA node (or node) in the graph.
NodesA list of nodes that can be iterated over.
OptionalEventTimeRaphtory’s optional EventTime type. Instances of OptionalEventTime may contain an EventTime, or be empty.
PathFromGraph
PathFromNode
PersistentGraphA temporal graph that allows edges and nodes to be deleted.
Prop
PropTypePropType provides access to the types used by Raphtory. They can be used to specify the data type of different properties,
PropertiesA view of the properties of an entity
PropertiesView
PyPropValueList
TemporalPropertiesA view of the temporal properties of an entity
TemporalPropertyA view of a temporal property
WindowSet

Functions

FunctionDescription
versionReturn Raphtory version.

Function Details

version

Return Raphtory version.

Returns

TypeDescription
str