Known limitations
Operations known to not work with the Python client are:
-
Numeric utility functions (will never be supported)
-
Cypher on GDS (might be supported in the future)
-
Projecting graphs using Cypher Aggregation (might be supported in the future)
The GDS Python client is not compatible with Pythons multiprocessing
or any operations that rely on forking
. If running queries in parallel is required, multithreading can be used instead.