-
Notifications
You must be signed in to change notification settings - Fork 40
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
Are there graph algorithms implemented by nebula natively? #55
Comments
W: Correct ✅
As I know there is only FIND PATH, GET SUBGRAPH call from NebulaGraph natively now, and they are queries more than algorithms, too. Apart from the NebulaGraph Algorithm(graphx), there is another option for Enterprise/Cloud user, Nebula-Analytics, which is more resource optimal than GraphX and comes with tighter integration(with Explorer, DAG-workflow) to enable Graph OLAP easier, too. |
Thanks @wey-gu for the helpful answer! |
You are always welcome @bithw1 , yes, they are not open-sourced yet. They could be found in docs: Chinese
English |
@bithw1 hi, I have noticed that the issue you created hasn’t been updated for nearly a month, is this issue been resolved? If not resolved, can you provide some more information? If solved, can you close this issue? Thanks a lot for your contribution anyway 😊 |
I am reading at https://github.com/vesoft-inc/nebula-algorithm, it says,
I would ask whether graph algorithm provided by nebula are all based on Spark GraphX, which means,we need to get the data out of nebuba storage to spark graphX engine?
Are there algorithms that are implemented natively by nebula,we means, we don't have to move the data out of nebula storage.
The text was updated successfully, but these errors were encountered: