Graph DB







@sharkzp 2014


Lets think about our brain



Graphs



benefits



      1. Not typically require expensive join operations.
      2. map more directly to the structure of object-oriented applications
      3. Flexible no need for strict schema
      4. Easy quering 
      5. Lower cost for normalization

Relational model



Graph model



Neo4j RAils 



what to read


        1. http://graphdatabases.com/?_ga=1.180673444.265637640.1404304531
        2. https://github.com/twitter/flockdb
        3. http://www.neo4j.org/develop/ruby

Graph DB

By Alex Topalov