Skip to content

Support UDF function #3946

Open
Open
@zhaojunnana

Description

@zhaojunnana

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    communitySource: who proposed the issuetype/feature reqType: feature request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions