Skip to content
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

Closed
siyuan0322 opened this issue Dec 6, 2022 · 5 comments · Fixed by #2312
Closed

Support C++ custom algorithms #2299

siyuan0322 opened this issue Dec 6, 2022 · 5 comments · Fixed by #2312
Assignees

Comments

@siyuan0322
Copy link
Collaborator

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.

@siyuan0322 siyuan0322 self-assigned this Dec 6, 2022
@wuyueandrew
Copy link
Contributor

im looking forward to c++ udf.

@sighingnow
Copy link
Collaborator

We do support user-defined algorithms in C++, by using a gar to initilaizing an AppAsset.

@siyuan0322
Copy link
Collaborator Author

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.

@sighingnow
Copy link
Collaborator

@siyuan0322
Copy link
Collaborator Author

See https://github.com/GraphScope/cpp-template

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants