Open
Description
We hope that Nebula graph can support functions similar to neo4j UDF, and support user-defined computing to push down to the nebula graph kernel.
We have a lot of aggregation and simple real-time computing needs online. If the database itself does not support the UDF function, a large number of returned results will be returned from graphd, so that the real-time performance can not meet the requirements.
Due to the limitation of current lexical analysis, it is difficult to support complete UDF function immediately. Consider parsing the keyword of UDF during lexical analysis, and then perform the calculation of UDF after the normal ngql statement is executed. It feels that the implementation difficulty may be less.
Activity