What can we discover about Enron’s People Of Interest by analyzing their email using SQL? Among other things, there was some very abusive management at Enron.
What can we discover analyzing Enron emails using SQL? Quite a bit actually.
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.
Invalid objects? Here are some scripts to recompile them.
How would you visualize almost fifty thousand Oracle DBA_OBJECTS? Using the graph database NEO4J and Gephi.
Here’s how you can visualize a tree of DBA_OBJECTS
Installing Gephi on a 64 bit machine? Here are some hints.
Need to get rid of Nouveau, use the correct NVidia drivers, and implement an OpenGL 3D engine on Redhat 6.4? Here’s how I did it!