We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc07a9 commit 67888fdCopy full SHA for 67888fd
.travis.yml
@@ -0,0 +1,5 @@
1
+language: java
2
+
3
+jdk:
4
+ - oraclejdk8
5
README.adoc
@@ -1,5 +1,7 @@
= Neo4j Script Procedures
+image:https://travis-ci.org/neo4j-contrib/neo4j-script-procedures.svg?branch=3.1["Build Status", link="https://travis-ci.org/neo4j-contrib/neo4j-script-procedures"]
This project demonstrates how to create dynamic procedures on top of Neo4j's built in ones.
6
You can create javascript functions in your database that can be later run using the 'nashorn' engine.
7
0 commit comments