You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not one of our top topics currently, because it isn't clear what we would offer the procedure author in terms of internal API. Would it be Spark-specific or an okapi abstraction? Do you have a suggestion or any requirements for how to design this? What sort of procedure would you like to be able to write?
I was thinking some sort of interface which allows users to write their own class that takes in a PropertyGraph and outputs a CypherResult, and surface this procedure as a new procedure in the language. For example, I want to be able to write new graph algorithms in Spark or Flink and have it be callable in a cypher query.
Is there any plan to support user-defined procedures and the CALL interface?
The text was updated successfully, but these errors were encountered: