Question : I have a domain where I deal with data which has a parent/child relationship, of arbitrary depth. Also, […]
Tag: graph-dbms
When is running a graph database like OrientDB in cluster mode required?
Question : OrientDB can run in a distributed environment, supports ACID transactions and peer to peer replicaiton. According to the […]
How can I model this problem in a graph database?
Question : I have a project that I’m working on where I extract data from PDFs and map/visualize the relationships […]
How to maintain order when modeling outline in graph database?
Question : (TaskPaper) outlines have a natural hierarchy relationship, so a graph database seems like a great fit. Each item […]