multinet-app / multinet-api

Apache License 2.0
2 stars 2 forks source link

Add Arango Pregel algorithms during network creation #141

Closed curtislisle closed 2 years ago

curtislisle commented 2 years ago

Does this PR close any open issues?

No

Give a longer description of what this PR addresses and why it's needed

When new networks are created, pagerank and community detection algorithms are executed inside Arango and new attributes are added to the node table(s). Tested with the default initialized databases and some uploaded ones.

Provide pictures/videos of the behavior before and after these changes (optional)

Are there any additional TODOs before this PR is ready to go?

TODOs:

curtislisle commented 2 years ago

These changes (Pregel and AQL) have been added to a new pregel branch of this repo. I am withdrawing this PR. After refactoring by Kitware, another PR will be made based on the new branch.