0
Does anyone know if it is possible to create circular oriented graphs with Mongodb or need a specific graph oriented database like neo4j.
Node A (The alloy with B)
Node B (B connects with C)
Node C (C connects with A)
A->-B->-C->-A (closing the circuit)
You can even use some plugin for example as Mongo Connector for Neo4j.
– Jhonathan
Thank you very much Jhonathan !
– sn3fru
https://github.com/mongodb-labs/mongo-connector
– Jhonathan