amazon-archives / dynamodb-janusgraph-storage-backend

The Amazon DynamoDB Storage Backend for JanusGraph
Apache License 2.0
447 stars 99 forks source link

Migrating titan-1.0.0 to janus-0.1.1 #241

Closed sunilk747 closed 7 years ago

sunilk747 commented 7 years ago

I am using titan-1.0.0, I want to migrate it to janus-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 janus.

amcp commented 7 years ago

@sunilk747 You can set the configuration option ids.store-name=titan_ids and update the classpath of the storage manager class. I will add a section to the README.md enumerating the required updates. You will be able to reuse the data you had in your Titan 1.0.0 based tables.