Skip to content

RunningGraphServer #

Bases: object

A Raphtory server handler that also enables querying the server

__enter__() #

__exit__(_exc_type, _exc_val, _exc_tb) #

get_client() #

Get the client for the server.

Returns:

Type Description
RaphtoryClient

the client.

port() #

Get the port the server is listening on

stop() #

Stop the server and wait for it to finish.

Returns:

Type Description
None