Graph Stuff

TwitterFacebook
Get flash to fully experience Pearltrees

neo4j open source nosql graph database »

Spring Data Neo4j E-book Available Now! http://neo4j.org/
Google Pregel's paper is finally out. But what is Pregel? It has been mentioned in many posts talking about NoSQL, GrabhDBs, Big Data, even the Facebook OpenGraph, so it looks like, apart of the hype fuzz, there's a little confusion about what it is, what it does, what it's good for and what it certainly is not. Let's start with the latter. Google Pregel is not a database (neither RDBMS nor NoSQL), no key-value store or any new means of storing data (big or small it might be). Putting it in the same lists with GraphDBs like Neo4j , HyperGraphDB or even Twitter's FlockDB is somehow like putting MapReduce in the NoSQL group. http://blog.acaro.org/entry/pregel-is-out-but-what-is-pregel

claudio martella

http://www.slideshare.net/slidarko/graph-windycitydb2010 A graph is a structure composed of a set of vertices (i.e.~nodes, dots) connected to one another by a set of edges (i.e.~links, lines). The concept of a graph has been around since the late 19th centur

The Graph Traversal Programming Pattern

http://www.langdale.com.au/GraphPath/ GraphPath is a little-language for analysing graph-structured data, especially RDF . The syntax of GraphPath is reminiscent of Xpath . It has a python implementation that can be teamed up with your favourite python RDF API (e.g. Redland , rdflib , or your own API).

GraphPath Language