Circular Oriented Graphs with Mongodb

0

Does anyone know if it is possible to create circular oriented graphs with Mongodb or need a specific graph-oriented database such as neo4j.

Node A (The alloy with B)

Node B (B alloys with C)

Node C (C binds to A)

A-> -B-> -C-> -A (closing the circuit)

    
asked by anonymous 17.11.2015 / 17:08

1 answer

0

I suggest trying Neo4j because it is suitable for this and uses json structures just like in mongodb. You can even use some plugin for example as mongo connector for Neo4j that already transfers the data of mongodb pro neo4j.

    
08.12.2015 / 18:21