Known limitations
Operations known to not work with the Python client are:
-
Numeric utility functions (will never be supported)
-
Running Cypher queries on GDS (functionality deprecated in GDS 2.6)
The GDS Python client is not compatible with Python’s multiprocessing
or any operations that rely on forking. If running queries in parallel is required, multithreading can be used instead.