Calmcode - neo4j: conclusion

Conclusion

1 2 3 4 5 6 7 8 9 10

A final thing to mention is that it would be wise to check the neo4j license before introducing it to a large organisation.

It also deserves mentioning that there's also plenty of moments where a SQL database makes more sense. If your data really is better represented as a table, no need to turn it into a graph database. A graph database is much harder to scale across machines as well.