neo4j / graph-data-science-client

A Python client for the Neo4j Graph Data Science (GDS) library
https://neo4j.com/product/graph-data-science/
Apache License 2.0
191 stars 46 forks source link

Refactor protocol implementations #750

Closed soerenreichardt closed 1 month ago

soerenreichardt commented 1 month ago

In the V3 protocol versions also the behaviour of how to call the procedures will change in a way that the execution will be asynchronous. This PR prepares the code to make the V3 implementation easier.

netlify[bot] commented 1 month ago

Deploy Preview for neo4j-graph-data-science-client canceled.

Name Link
Latest commit 14497c0a232a2d1a2a6117d3c3970797e44a54da
Latest deploy log https://app.netlify.com/sites/neo4j-graph-data-science-client/deploys/66e1acec2ee8f9000827b890
soerenreichardt commented 1 month ago

[🍓] Make write-back async in dbms procedure