-1

I am very new to Neo4J, and all I want is to create a simple plug-in to return

"Hello World!"

I know Neo4j uses Cypher to query the database and I took the sample from their website to create the plugin, but how can I actually call my test method to see that it actually displays the message?

Antti29
  • 2,953
  • 12
  • 34
  • 36
Lidia D.
  • 21
  • 1

1 Answers1

0

http://www.neo4j.org/learn

The (free) eBook has a section on testing plugins and extensions.

BtySgtMajor
  • 1,380
  • 10
  • 26