How to create unmanaged Neo4j extension?

前端 未结 2 1218
情书的邮戳
情书的邮戳 2021-01-28 20:37

I have some specific requirements for my project and I decided to implement unmanaged Neo4j extension.

I found this information in Neo4j docs:

  • Unmanaged ex
相关标签:
2条回答
  • 2021-01-28 21:15

    Here is the scaffold for the Unmanaged Extension with GraphAware Framework

    • neo4j-graphaware-extension-scaffold
    0 讨论(0)
  • 2021-01-28 21:24

    "Handmade" solution

    TL;DR; - https://github.com/FylmTM/neo4j-unmanaged-extension-template

    This is working example of Neo4j unmanaged extension, that showcases several features:

    • Basic setup
    • Custom PluginLifecycle's - Simple and Advanced
    • Injecting your own services via @Context (details)
    • Custom request Filter (details)
    • Testing with neo4j-harness (details)

    Other extensions that can be explored:

    • jexp/neo4j-tx-participation

    Neo4j framework

    There is neo4j-framework developed by GraphAware.

    It provides number of features for unmanaged extension development and testing. You should check out features section to find out what is available.

    EDIT: There is neo4j-graphaware-extension-scaffold developed by MicTech

    0 讨论(0)
提交回复
热议问题