Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are best practices for neo4j server plugin development?

Tags:

neo4j

I was able to get the example plugins installed on my server using these docs: http://docs.neo4j.org/chunked/milestone/server-plugins.html

Now I want to develop my own plugins but I'm not sure how to debug and unit test them. Where can I read more about this and best practices for server plugin development?

like image 761
Alan Illing Avatar asked Dec 18 '25 02:12

Alan Illing


1 Answers

You can develop your plugin just as simple java project, testing the plugins is easy, just instantiate them in a unit-test and pass the Node, GraphDatabaseService and parameters to the plugin method and inspect the results.

like image 96
Michael Hunger Avatar answered Dec 19 '25 15:12

Michael Hunger



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!