How many movies and co-actors link the actor Henry Fonda from his granddaughter Bridget Fonda? Actually, not many.
Continuing my exploration of DBA_OBJECTS using NEO4J, and Cypher, there can be VERY MANY paths between one object and another. The more complex and interconnected the graph, the number of paths between nodes goes up exponentially.
Here’s how to find the paths to all generations of parents or children of an Oracle object using the graph database, NEO4J and Cypher.
For a Recommendation Engine, which tool would you use: SQL and RDBMS, or a Graph Database?