简体   繁体   中英

How to mock Tinkerpop blueprint Vertex and Edge objects?

Is there a way to create a fake Tinkerpop Bluerint Vertex and Edge in Java without being part of a database?

Thanks

I would recommend using an in-memory TinkerGraph . It offers a graph implementation (including vertexes and edges), but it lacks transactions and persistence.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM