RunningGraphServer

A Raphtory server handler that also enables querying the server

Methods

MethodDescription
get_clientGet the client for the server
stopStop the server and wait for it to finish

Method Details

get_client

Get the client for the server

Returns

TypeDescription
RaphtoryClientthe client

stop

Stop the server and wait for it to finish

Returns

TypeDescription
None