This repository has been archived by the owner on Apr 22, 2020. It is now read-only.
Neo4j Graph Algorithms Release 3.3.0.0 - Huge Graphs & More
Thanks a lot to Paul Horn and Martin Knobloch from Avantgarde Labs for their tireless work on the graph algorithms.
And to Tomasz Bratanic for the great documentation work.
New Algorithms:
- TriangleCounting and Triangle-Coefficients
- Louvain Clustering
Support for large Graphs
Support for large graphs was added with graph:'huge'
which now can handle many billions of nodes and relationships.
Documentation
- Documentation for the new algorithms
- Documentation on how to apply graph algorithms for the Yelp Business dataset
You can find the new algorithms also demonstrated in our data science training, e.g. with :play data_science
and on Tomasz' Blog and in our recent Online Meetup.
Installation
- Download the jar into $NEO4J_HOME/plugins
- Add
dbms.security.procedures.unrestricted=algo.*
to your$NEO4J_HOME/conf/neo4j.conf
- Restart Neo4j