图数据库交互操作框架 InteractiveGraph

码农软件 · 软件分类 · 图表(Charting) · 2019-07-06 23:29:33

软件介绍

    InteractiveGraph 是一个使用JavaScript开发的开源项目,为大规模图数据提供了一个基于Web的交互操作框架,其数据可以来自于本地的GSON文件。

    InteractiveGraph提供了3个基本应用,分别是图导航器(GraphNavigator),图浏览器(GraphExplorer)以及关系查找器(RelFinder)。借助这些应用,可以方便地实现图数据的可视化展示和相关操作。

    图导航器(GraphNavigator):快速展示整个图中的节点和边,便于浏览整张图,点击某个节点可以查看此节点下存储的描述信息。导航器中还包括对应用外观的多种设置,包括但不仅限于,显示导航按钮,调整主题颜色。

图导航器在线Demo地址:https://bluejoe2008.github.io/InteractiveGraph/dist/examples/example1.html

 

    图浏览器(GraphExplorer):快速浏览某个节点的相关信息,支持搜索节点。单击节点显示其详细描述信息,双击节点显示其所有邻居节点和连边。

图浏览器在线Demo地址:https://bluejoe2008.github.io/InteractiveGraph/dist/examples/example2.html

 

    关系查找器(RelFinder):用于查找两个节点之间的关系。支持对起点、终点,以及关系深度的限定。将会返回起点和终点之间所有深度不大于限定值的全部关系以及中间节点。

关系查找器在线Demo地址:https://bluejoe2008.github.io/InteractiveGraph/dist/examples/example3.html

 

安装和使用方法请参见Interactive的中文版自述文件:https://github.com/bluejoe2008/InteractiveGraph/blob/master/README_CN.md

本项目使用了BSD 2-Clause "Simplified" License,欢迎下载使用,欢迎Star以及为对本项目任何形式的贡献。

本文地址:https://codercto.com/soft/d/9578.html

Real-Time Rendering, Third Edition

Real-Time Rendering, Third Edition

Tomas Akenine-Moller、Eric Haines、Naty Hoffman / A K Peters/CRC Press / 2008-7-25 / USD 102.95

Thoroughly revised, this third edition focuses on modern techniques used to generate synthetic three-dimensional images in a fraction of a second. With the advent or programmable shaders, a wide varie......一起来看看 《Real-Time Rendering, Third Edition》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具