2. Agenda • Graph theory – The Seven Bridges of Königsberg • What is a property graph database? • Why graph databases are great • Where does a graph database dominate? Some examples • Summary
3. Graph Theory – The Seven Bridges of Königsberg Node (Vertex) Relationship (Edge)
10. Great graph use-cases – Fraud detection Pattern: Identical National Insurance Number related to different entities Pattern: Identical phone number related to different entities
14. Summary • Property graph databases: • are based on graph theory • hold properties for the nodes and relationships • can scale and grow easily • Graph databases are a fantastic fit in applications where: • relationships are important as the data they link • we want to search for behavioural patterns • we want to join disparate data sources together 14