neo4j-contrib / neo4j-graph-algorithms

Efficient Graph Algorithms for Neo4j
https://github.com/neo4j/graph-data-science/
GNU General Public License v3.0
770 stars 195 forks source link

Allow other procedures to use graphalgo-core #802

Closed GittiHab closed 5 years ago

GittiHab commented 5 years ago

It would be awesome if other procedures could use the graphalgo-core as a maven dependency and build on the efficient api.

mneedham commented 5 years ago

We do publish that on Maven as well - https://search.maven.org/search?q=g:org.neo4j%20AND%20a:graph-algorithms-core&core=gav

So you could include that and build on top of it if you want