Utils
preprocessing
Mapping preprocessing helpers for MongoDB and Neo4j.
View Source
Load standalone SQL-to-Neo4j mapping grouped into nodes and relationships.
View Source
Load standalone SQL-to-MongoDB mapping grouped into collections.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
async def get_neo4j_standalone_mapping(
) -> (dict[Literal["databases", "nodes", "relationships"], dict[str, Any]] |
None)
async def get_mongodb_standalone_mapping(
) -> (dict[Literal["databases", "collections"], dict[str, Any]] | None)