【发布时间】:2016-06-29 22:28:36
【问题描述】:
我是图形数据库和 Titandb 的初学者。我正在尝试创建一个小图并保存到 cassandra。
a) 我用 TinkerGraph 添加了顶点和边并尝试保存。后来才知道 TinkerGraph 是无法保存的。那它有什么用呢?
b) 我试过了
g = TitanFactory.open('conf/titan-cassandra-es.properties')
mgmt = g.getManagementSystem()
出现以下错误
No signature of method: com.thinkaurelius.titan.graphdb.database.StandardTitanGraph.getManagementSystem() is applicable for argument types: () values: []
g.getManagementSystem() 是什么意思?
c) 我需要学习 Gremlin 的哪些编程(groovy 或 java)?
我已经下载了titan-1.0.0-hadoop1.zip、rexster-server-2.6.0.zip。
我不明白它的头和尾。请有人帮我在titan 中创建简单的图表并保存到cassandra 并从rexster 可视化
【问题讨论】: