Reputation: 12201
Is there a way to create a fake Tinkerpop Bluerint Vertex and Edge in Java without being part of a database?
Thanks
Upvotes: 1
Views: 723
Reputation: 6792
I would recommend using an in-memory TinkerGraph. It offers a graph implementation (including vertexes and edges), but it lacks transactions and persistence.
Upvotes: 0