Sunday, November 03, 2013

Git: Source Code Graph

Jim Webber declared, in his excellent Neo4j presentation @ InfoQ
A Little Graph Theory for the Busy Developer
that most of data could be represented as a graph.

For example, Git distributed source control system is using graph model,
instead of typical "linear".

Quick introduction to git internals for people who are not scared by words like Directed Acyclic Graph.
Git for Computer Scientists


Git is now in even in TFS and Visual Studio, so almost all of source code is a
Giant Global Graph ... Could be searched by Google's Knowledge Graph,
and even by Facebook's Social Graph Search :)





No comments: