RunningGraphServer#

class RunningGraphServer#

Bases: object

A Raphtory server handler that also enables querying the server

Methods:

get_client()

Get the client for the server

stop()

Stop the server and wait for it to finish

get_client()#

Get the client for the server

Returns:

the client

Return type:

RaphtoryClient

stop()#

Stop the server and wait for it to finish

Return type:

None