如何创建非托管Neo4j扩展? [英] How to create unmanaged Neo4j extension?

查看:96
本文介绍了如何创建非托管Neo4j扩展?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对我的项目有一些特定要求,我决定实施非托管的Neo4j扩展。

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

我在Neo4j docs中找到了这些信息:

I found this information in Neo4j docs:

  • Unmanaged extensions
  • Testing your extension

这看起来是一个好的开始。但是我无法让事情适合我。

This looks like a good start. But I can't get things working for me.

是否有一些更完整的工作示例/模板可用作参考?

Is there some more complete working example/template, that can be used as reference?

推荐答案

手工制作解决方案



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

这是Neo4j非托管扩展的工作示例,它展示了几个功能:

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


  • 基本设置

  • 自定义 PluginLifecycle - 简单和高级

  • 注入自己的服务通过 @Context 详情

  • 自定义请求过滤器详情

  • 测试时间 neo4j-harness 详情

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

其他e可以探索的xtensions:

Other extensions that can be explored:

  • jexp/neo4j-tx-participation

neo4j-framework ://graphaware.com/rel =nofollow noreferrer> GraphAware 。

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.

编辑:有 neo4j-graphaware-extension-scaffold MicTech 开发

这篇关于如何创建非托管Neo4j扩展?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆