Neo4j Kernel Extension implementation example/documentation

Hy guys,

I am trying to implement a custom Kernel Extension, but I can't get it to work.
I have tried the example provided here, but when I start the neo4j database the logs of the extensions do not show.
Are there any good examples on how to implement a custom kernel extension or is there any documentation that you can point me to?

Thank you in advance :smile:

APOC source code has lots of extensive examples for using kernel api.

Since kernel API is considered private API that might change at any point of time it's generally discouraged to use it if you have alternatives.

1 Like

Found a good article that helped me a lot
(helpful if you are dealing with the same problem as I)