Quantcast
Channel: Neo4j instead of relational database - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by Thomas Fenzl for Neo4j instead of relational database

The most appropriate choice depends on what problem you are trying to solve. If you just have a few many to many tables, a relational database can be fine. In general, there is better OR-mapper support...

View Article



Answer by ryan1234 for Neo4j instead of relational database

I don't think I agree that you should only use a graph database when your data model is very complex. I'm sure they could handle a simple data model/relationships as well.If you have no prior...

View Article

Answer by LMeyer for Neo4j instead of relational database

Graph databases should be considered if you have a really chaotic data model. They were needed to express highly complex relationships between entities. To do that, they store relationships at the data...

View Article

Neo4j instead of relational database

I am implementing a sinatra/rails based web portal that might eventually have few many:many relationships between tables/models. This is a one man team and part time but real world app.I discussed my...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images