graphql#

Description

Classes

GraphqlGraphs

A class for accessing graphs hosted in a Raphtory GraphQL server and running global search for graph documents

GraphServer(work_dir[, cache_capacity, ...])

A class for defining and running a Raphtory GraphQL server

RunningGraphServer

A Raphtory server handler that also enables querying the server

RaphtoryClient(url[, token])

A client for handling GraphQL operations in the context of Raphtory.

RemoteGraph

RemoteEdge

A remote edge reference

RemoteNode

RemoteNodeAddition(name[, node_type, ...])

Node addition update

RemoteUpdate(time[, properties])

A temporal update

RemoteEdgeAddition(src, dst[, layer, ...])

An edge update

Functions

encode_graph(graph)

Encode a graph using Base64 encoding

decode_graph(graph)

Decode a Base64-encoded graph