Client/Services

Neo4j Service

The Neo4jService handles operations related to Neo4j.

The Neo4jService handles operations related to Neo4j and is accessed via the neo4j property of an active PerseusClient instance.

Save Output to Neo4j

Reads a file containing Cypher queries and executes them against a Neo4j database.

async def save_output_to_neo4j(file_path: str) -> None
def save_output_to_neo4j(file_path: str) -> None

Parameters:

  • file_path (str): The path to the file containing Cypher queries (e.g., a .cql file downloaded from a job output).

Output:

None.