This document discusses application modeling with graph databases. It begins with an introduction of the speaker and an agenda. It then covers the status quo of databases, issues with SQL joins in relational databases, and basics of graphs including vertices, edges, and real world examples. The bulk of the document discusses application modeling with graph databases using Spring Data and XO frameworks. It provides an example of modeling users and tweets with relationships and queries the graph. The document concludes that graph databases are well-suited for connected data and can provide more insights than relational databases for certain problems.
Related topics: