Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

irishdistillers/neo4j-procedure-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

* Download IntelliJ IDEA https://www.jetbrains.com/idea/download/
* clone this repository and open in IntelliJ
* .jar file can be found within the target folder. take .jar file ending in 'with-depencies'
* copy .jar file into plugins folder of your neo4j instance
* restart neo4j: ./bin/neo4j restart
* to test slug function run: RETURN create.slug('Hello. Wòrld!') AS slug
CREATE NEW JAR FILES
* Hover over grey box icon in very bottom left of IntelliJ -> click Maven Projects to open Maven Projects window
* Arrow down 'Lifecycle' and double click 'package' to generate new .jar files

About

This is a Java/Maven Project that has examples of user-defined procedures and functions for a Neo4j project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages