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

Running analysis on all relationships #41

Open
halflings opened this issue Jun 30, 2015 · 3 comments
Open

Running analysis on all relationships #41

halflings opened this issue Jun 30, 2015 · 3 comments
Assignees

Comments

@halflings
Copy link

I think there should be an option (a '*' wildcard?) to run an analysis on all relationships in the graph.
It's pretty common to work with a graph with heterogeneous relationships that should all contribute to the pagerank (for example), and it's a bit hard to build "duplicate edges" on the fly when you have millions of nodes.

Is this something you'd consider integrating?

@kbastani kbastani self-assigned this Jul 21, 2015
@kbastani
Copy link
Collaborator

Hi @halflings, thanks for the issue. This is a great idea and it will be relatively simple to implement. I'm on it.

@halflings
Copy link
Author

Thanks @kbastani !

Making it possible to run the analysis on a set of edges (in case not all of them are relevant) could also be useful. (something like mazerunner/analysis/pagerank/FOLLOWS|LIKES|RETWEETS)

@rotten
Copy link

rotten commented Feb 16, 2016

Something like the Inclusion Policies in Graphaware's neo4j framework would be even better. https://github.com/graphaware/neo4j-framework/tree/master/common#inclusion-policies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants