Skip to content
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

Compare
Choose a tag to compare
@jexp jexp released this 23 Oct 02:23
· 364 commits to 3.2 since this release

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

  1. Download the jar into $NEO4J_HOME/plugins
  2. Add dbms.security.procedures.unrestricted=algo.* to your $NEO4J_HOME/conf/neo4j.conf
  3. Restart Neo4j