Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 Java 中创建一个假的 Tinkerpop Bluerint Vertex 和 Edge 而不是数据库的一部分?
谢谢
我建议使用内存中的 TinkerGraph。它提供了一个图实现(包括顶点和边),但它缺乏事务和持久性。