Circular Oriented Graphs with Mongodb

Asked

Viewed 140 times

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.

  • Thank you very much Jhonathan !

  • https://github.com/mongodb-labs/mongo-connector

1 answer

0

I suggest trying Neo4j, because it is suitable for this and uses json structures as well as mongodb. You can even use some plugin for example as Mongo Connector for Neo4j that already transfers the data from mongodb pro neo4j.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.