I would like to use Titan 0.9.0-M2 for a feature that it offers over 0.5.4 but I am using Frames heavily and it looks like the TitanGraph
class no longer implements the Tinkerpop Graph class. Without this, you cannot make a FramedGraph
from a TitanGraph
nor can you use MigrateGraph
.
Any suggestions? Is there a reason why a Graph Database framework built on TinkerPop is no longer implementing their classes? Is there any support for using the basic Frames API with Titan or has Titan implemented some support for this elsewhere?