1. Thanks to
1.1. Emil Eifrem, http://neo4j.org
1.2. Marko Rodriguez, http://markorodriguez.com- graphy friend
1.3. Alex Averbuch, SICS
1.4. Pierre Senellart - Invited me
1.5. Tore Risch - EDBT 2011 Chairman
2. Who am I?
2.1. Peter Neubauer
2.1.1. [email protected]
2.1.2. @peterneubauer
2.2. OSS projects
2.2.1. Neo4j.org- Graph Database
2.2.2. Tinkerpop.com- Graph Processing Stack
2.2.3. OPS4J.org- OSGi Java
2.2.4. Qi4j.org- Domain Driven Design
2.3. Company
2.3.1. Untitled
2.4. papers on graphs
2.4.1. "The Graph Traversal Pattern" with Marko Rodriguez, http://arxiv.org/abs/1004.1001
2.4.2. "A Path Algebra for Multi-Relatoinal Graphs" with Marko Rodriguez, http://arxiv.org/abs/1011.0390
3. NoSQL
3.1. History
3.1.1. 2009
3.1.2. OSS
3.2. Trends
3.2.1. Data Size
3.2.1.1. Exponential growth
3.2.1.2. Polarization mobile/cloud
3.2.2. Data Complexity
3.2.2.1. User generated content
3.2.2.2. Frequent schema migrations
3.2.2.3. Sparse data
3.2.2.4. Targeted analytics
3.2.2.5. Social graphs
3.2.2.6. Reasoning and automatic enhancing of information
3.2.2.7. Dynamic languages
3.3. Data Models
3.3.1. KV stores
3.3.2. Bigtable (Column)
3.3.3. DocDB
3.3.4. GraphDB
3.3.4.1. Graphs
3.3.4.1.1. Data Locality
3.3.4.1.2. Graph Models
3.3.4.2. Persistence Models
3.3.4.2.1. K/V Store
3.3.4.2.2. Memory based
3.3.4.2.3. Object Databases
3.3.4.2.4. RDBMS Wrappers
3.3.4.2.5. Multilinked storage format
3.3.4.2.6. Others