|
|
|
|
|
by Kalanos
1528 days ago
|
|
graph dbs are just easily traversable joins of all many-to-many tables. although they have way less tooling in most ecosystems to support them (e.g. REST API was tough to do), they are extremely powerful [realizing i should write a post]. so, i would only use the entities i was modeling were natural graphs: chemistry, supply chain, network. neomodel is a fantastic python ORM for a neo4j: https://neomodel.readthedocs.io/en/latest/ |
|