InteractiveGraph-neo4j 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
InteractiveGraph-neo4j 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
InteractiveGraph-neo4j 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 BSD
开发语言 Scala 查看源码 »
操作系统 跨平台
软件类型 开源软件
所属分类 数据库相关图数据库
开源组织
地区 国产
投 递 者 Airzihao
适用人群 未知
收录时间 2018-10-22

软件简介

InteractiveGraph-neo4j —— 图数据在线交互服务器

InteractiveGraph-neo4j 基于 Neo4j 数据库为 InteractiveGraph 提供服务器后端。InteractiveGraph 为大型图数据提供了一个基于 Web 的交互操作框架,其数据可以来自于 GSON 文件,或者在线 Neo4j 图数据库。

InteractiveGraph 同时也提供了三个基于本框架的应用:GraphNavigatorGraphExplorer 和 RelFinder

图导航器(GraphNavigator): 在线试用 https://bluejoe2008.github.io/InteractiveGraph/dist/examples/example1.html

图浏览器(GraphExplorer): 在线试用 https://bluejoe2008.github.io/InteractiveGraph/dist/examples/example2.html

关系查找器(RelFinder): 在线试用 https://bluejoe2008.github.io/InteractiveGraph/dist/examples/example3.html

InteractiveGraph-neo4j调用InteractiveGraph的架构如下:

快速上手:

1、下载最新版本的graphserver.war和igraph.war
https://github.com/bluejoe2008/InteractiveGraph-neo4j/releases

graphserver.war即为InteractiveGraph-neo4j的java web应用;
igraph.war则包含了InteractiveGraph的3个应用:GraphNavigatorGraphBrowser, 和 RelFinder.

2、将以上war文件置于webapps目录下,启动Web server(Tomcat)
假设server的Web地址为http://yourhost:8080

3、访问如下地址启动GraphBrowser:
http://yourhost:8080/igraph/example12.html

4、你也可以分别访问如下地址启动GraphExplorer和RelFinder:
http://yourhost:8080/igraph/example22.html
http://yourhost:8080/igraph/example32.html

服务器配置

InteractiveGraph-neo4j 提供一个 ConnectorServlet 用以实现 HTTP 请求的响应。该 Servlet 初始化时需要指定一个配置文件(properties格式),可以指定数据源来自于一个 GSON 文件、Neo4j 数据库还是一个支持 BOLT 协议的服务器。如下示出如何配置连接到一个本地的 Neo4j 数据库:

#allowOrigin=http://localhost:63342

allowOrigin=*

backendType=neo4j-db

neo4j.dataDir=WEB-INF/databases/data.db

neo4j.boltPort=7688



neo4j.regexpSearchFields=name

neo4j.strictSearchFields=label:name

neo4j.nodeCategories=person:人物,event:事件,location:地点

visNodeProperty.label==$prop.name

visNodeProperty.value==$prop.value

...

更多配置项的介绍详见:https://github.com/bluejoe2008/InteractiveGraph-neo4j

欢迎star和试用!!!

展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击加入讨论🔥(1) 发布并加入讨论🔥
发表了资讯
2018/10/22 12:34

InteractiveGraph-neo4j v0.01 发布,图数据在线交互服务器

图数据在线交互服务器InteractiveGraph-neo4j v0.01正式发布。 InteractiveGraph-neo4j基于Neo4j数据库为InteractiveGraph提供服务器后端。InteractiveGraph为大型图数据提供了一个基于web的交互操作框架,其数据可以来自于GSON文件,或者在线Neo4j图数据库。 InteractiveGraph 同时也提供了三个基于本框架的应用:GraphNavigator, GraphExplorer 和 RelFinder。 图导航器(GraphNavigator): 在线试用 https://bluejoe2008.gith...

0
11
没有更多内容
加载失败,请刷新页面
点击加载更多
加载中
下一页
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
1 评论
42 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部