标签: graph graph-databases titan gremlin gephi
今天,当我想要显示我在Titan DB服务器上保存的数据时,我使用 Gremlin 来导出数据:
gremlin>g = TitanFactory.open('../conf/my-titan-db-server.local') gremlin>g.saveGraphML('../graphExported.graphml')
之后,我使用 Gephi 来显示导出的图形。
我的问题: 是否有更好(更短)的方式直接可视化数据?也许是Gephi插件?