Releases: neo4j-contrib/neo4j-apoc-procedures
1.1.0 Release of Awesome Procedures On Cypher (APOC)
More than 100 new functions since the last APOC release. Especially around data integration, there are now new means to exchange data with ElasticSearch, MongoDB, Cassandra and Gephi. There were also a lot of new convenience functions added in all sections.
Thanks a lot to all contributors and users who reported back with feedback, suggestions and pull requests.
There will be an ongoing blog series on https://neo4j.com/blog about the different aspects covered by APOCs.
If you like the library please tell your friends and colleagues.
First release of APOC
Over the last few weeks since the release of Neo4j 3.0.0 on April 26, APOC gathered a lot of new functionality including
- free text search
- first graph-algos like page-rank, centrality, allSimplePaths, label-propagation and clique finding (WIP)
- bit-operations
- geocode
- warm-up
- more utility, time, map, and string functions
There are new docs in development at http://neo4j-contrib.github.io/neo4j-apoc-procedures/
That's why I felt a first release was due. And because I wanted to get it into your hands.
ENJOY!
And make sure to report feedback and ideas as GitHub Issues
Michael
First APOC release
In this first release APOC already comes loaded with lots of useful procedures for Neo4j 3.0-RC1
Please follow the instructions in the readme for usage tips. You can also use CALL apoc.help('name')
for a short description in the browser
Grab the binary JAR, drop it in the $NEO4J_HOME/plugins
folder and restart the server. Then CALL dbms.procedures
should list them all.