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

Are there graph algorithms implemented by nebula natively? #55

Closed
bithw1 opened this issue Aug 1, 2022 · 4 comments
Closed

Are there graph algorithms implemented by nebula natively? #55

bithw1 opened this issue Aug 1, 2022 · 4 comments
Labels
type/question Type: question about the product

Comments

@bithw1
Copy link

bithw1 commented Aug 1, 2022

I am reading at https://github.com/vesoft-inc/nebula-algorithm, it says,

nebula-algorithm is a Spark Application based on GraphX with the following Algorithm provided for now

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.

@wey-gu
Copy link
Contributor

wey-gu commented Aug 1, 2022

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 nebula storage to spark graphX engine?

W: Correct ✅

Are there algorithms that are implemented natively by nebula, we mean, we don't have to move the data out of nebula storage.

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.

@bithw1
Copy link
Author

bithw1 commented Aug 1, 2022

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!
I didn't find Nebula-Analytics from https://github.com/orgs/vesoft-inc/repositories?page=1&type=all. They are available in Enterprise/Cloud Edition and not open sourced?

@Sophie-Xie Sophie-Xie added the type/question Type: question about the product label Nov 30, 2022
@QingZ11
Copy link

QingZ11 commented Jan 30, 2023

@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 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question Type: question about the product
Projects
None yet
Development

No branches or pull requests

4 participants