Custom Neo4j Procedures for T-47
View Demo
·
Report Bug
·
Request Feature
This repository is a little add-on to jgoerner/t-47 to provide custom Neo4j functionality, such as initial data loading. See the release section for an overview about different versions.
You can use the procedures inside of this repository on any Neo4j instance of your choince (theoretically). However the provided functions are specificly targeted for jgoerner/t-47.
Neo4j procedures requires JDK8.
Simply clone this repository.
- Run
mvn test
to ensure everything works - Run
mvn clean package
to bundle the procedures into a jar - Put the resulting jar into the
/plugins
directory of your Neo4j instance
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Joshua Görner - jgoerner - joshua.goerner[at]gmail.com
- O. Drew - nice GH Readme template