我正在使用titan-1.0.0,我想将其迁移到janusgraph-0.1.1。我需要做哪些配置更改?我还想使用JanusGraph重用Titan的数据。
答案 0 :(得分:4)
从Titan迁移到JanusGraph相对容易。请参阅migration documentation和upgrade documentation。存储格式相同,因此您应该只需配置更新即可连接到现有的Titan实例。
此外,最近发布了JanusGraph 0.2.0,我建议您直接迁移到该版本,而不是使用JanusGraph 0.1.1。