noctis.data_transformation.neo4j.neo4j_formatter.Neo4jResultFormatter

class noctis.data_transformation.neo4j.neo4j_formatter.Neo4jResultFormatter[source]

A class to format Neo4j query results into nodes and relationships.

Attributes:

TYPE_METHOD_MAP (dict[type, str]): Mapping of types to formatting method names.

__init__()

Methods

__init__()

extract_nodes_and_relationships(record)

Extract nodes and relationships from a Neo4j record.

Attributes

TYPE_METHOD_MAP