-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support C++ custom algorithms #2299
Comments
im looking forward to c++ udf. |
We do support user-defined algorithms in C++, by using a gar to initilaizing an |
Yeah,the essential components are ready but we do need to try this whole process from the beginning to the end and present it formally. |
Nice template! I'll try it myself. And I need to bootstrap a pregel example. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We could let user write a python algorithm and load it to GraphScope and run query with it.
However, it's pretty naive compared to C++ algorithms, we need to expose the entrypoint to plug in a UDF C++ algorithm.
The text was updated successfully, but these errors were encountered: