graphs#

Classes

graphs.graph_document.GraphDocument

Represents a graph document consisting of nodes and relationships.

graphs.graph_document.Node

Represents a node in a graph with associated properties.

graphs.graph_document.Relationship

Represents a directed relationship between two nodes in a graph.

graphs.graph_store.GraphStore()

Abstract class for graph operations.

graphs.neo4j_graph.Neo4jGraph([url, ...])

Neo4j database wrapper for various graph operations.

Functions

graphs.neo4j_graph.clean_string_values(text)

Clean string values for schema.

graphs.neo4j_graph.value_sanitize(d)

Sanitize the input dictionary or list.