可视化图形数据库 [英] Visualizing graph database

查看:72
本文介绍了可视化图形数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

假设我正在使用neo4j,我能想到的将可视化我的模型数据可视化的唯一方法是生成cypher代码并将其粘贴到neo4j的data browser

Assuming i am working with neo4j, the only way i can think of that would visualize my mock up data is to generate cypher code and paste it into neo4j's data browser

在不使用cypher的情况下,可以使用另一种方式(更好,更简单吗?)来创建可视化吗?单独生成cypher代码似乎很复杂.

Is there another (better, simplier?) way one can use to create visualization without using cypher? Generating cypher code seems like a complex enough task by itself.

写作测试当然是确保正确建立关系的另一种方法,但是当我学习系统时,我想直观地看到事物以确保它们按预期设置.

Writing tests is of course another way of making sure relationships are set up right, but as i am learning the system, i'd like to visually see things to make sure they are set up as expected.

推荐答案

要点包含一个示例如何使用Neo4J Graphviz组件以Graphviz DOT表示法生成输出,这由一系列图形可视化软件支持. (当然还有 Graphviz 本身)

This gist contains an example on how to use the Neo4J Graphviz component to generate output in Graphviz DOT notation, which is supported by a range of graph visualizing software. (And of course Graphviz itself)

(链接到我在其中找到示例的原始博客文章: http://blog.neo4j.org/2012/05/graph-this-rendering-your-graph-with.html )

(Link to the original blog post where I found the example: http://blog.neo4j.org/2012/05/graph-this-rendering-your-graph-with.html)

这篇关于可视化图形数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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