4

I am using titan-1.0.0, I want to migrate it to janusgraph-0.1.1. What are the configuration changes I need to do? I also want to reuse the data which was there for Titan using JanusGraph.

Jason Plurad
  • 6,422
  • 2
  • 15
  • 37
Sunil Kumar
  • 117
  • 1
  • 2
  • 9

1 Answers1

4

Migration from Titan to JanusGraph is relatively easy. See the migration documentation and also the upgrade documentation. The storage format is identical, so you should be able to connect to your existing Titan instance with just configuration updates.

Also, JanusGraph 0.2.0 was released recently, and I would recommend that you migrate directly to that release, rather than going with JanusGraph 0.1.1.

Jason Plurad
  • 6,422
  • 2
  • 15
  • 37