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

栏目: 软件资讯 · 发布时间: 5年前

内容简介:图数据在线交互服务器InteractiveGraph-neo4j v0.01正式发布。 InteractiveGraph-neo4j基于Neo4j数据库为InteractiveGraph提供服务器后端。InteractiveGraph为大型图数据提供了一个基于web的交互操作框架,其数据...

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

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

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

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

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

图浏览器(GraphExplorer): 在线试用 https://bluejoe2008.github.io/InteractiveGraph/dist/examples/example2.html
InteractiveGraph-neo4j v0.01 发布,图数据在线交互服务器

关系查找器(RelFinder): 在线试用 https://bluejoe2008.github.io/InteractiveGraph/dist/examples/example3.html
InteractiveGraph-neo4j v0.01 发布,图数据在线交互服务器

InteractiveGraph-neo4j调用InteractiveGraph的架构如下:
InteractiveGraph-neo4j v0.01 发布,图数据在线交互服务器

快速上手:

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://gitee.com/Airzihao/InteractiveGraph-neo4j

欢迎star和试用!!!


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《InteractiveGraph-neo4j v0.01 发布,图数据在线交互服务器》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Programming Python

Programming Python

Mark Lutz / O'Reilly Media / 2006-8-30 / USD 59.99

Already the industry standard for Python users, "Programming Python" from O'Reilly just got even better. This third edition has been updated to reflect current best practices and the abundance of chan......一起来看看 《Programming Python》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

html转js在线工具
html转js在线工具

html转js在线工具