I wanted to inquire about FulgoraGraphComputer, which by my understanding is an in-memory graph computer that runs across active Titan instances on your nodes, and you can use just by calling g = graph.traversal(computer()) - I haven't come across much material on its use, design, or limitations. I saw it mentioned at the end of a slideshow or two, referenced in some TP3 JIRA tickets, and also in the Titan JavaDocs - can it do some stuff better than or "orthogonal" to SparkGraphComputer and the rest of the APIs, like bulk graph mutations involving inferring or dropping new edges, vertices, and properties globally, or possibly doing a mass rename/repurpose of schema elements when the data model is adjusted?
Best,
Dylan