Book — 20 chapters

Knowledge Graphs for Enterprise AI

A practitioner's guide from SQL to knowledge graphs. 15 chapters and 4 capstone projects bridging relational database experience with graph-powered AI systems — GraphRAG, graph-aware agents, knowledge graph construction, and production deployment.

Part 06 Capstones

16

Capstone 1: Compliance Knowledge Graph

Build a regulatory compliance knowledge graph from real documents. Covers PDF ingestion, LLM-based entity and relationship extraction, Neo4j graph construction, and a GraphRAG query layer that answers questions like "Which regulations affect our payment processing system?"

12 min read
ComplianceKnowledge GraphGraphRAG
17

Capstone 2: Fraud Investigation Agent

Build a graph-powered agent that traces transaction networks to investigate suspicious patterns. Covers graph modeling for financial transactions, agent architecture with Cypher traversal tools, multi-hop money flow tracing, and automated pattern detection for fraud rings, rapid movement, and structuring.

12 min read
Fraud DetectionTransaction GraphInvestigation Agent
18

Capstone 3: IT Dependency Mapper

Build an application dependency graph for impact analysis. Covers ingesting CMDB and service catalog data, building a dependency graph, blast radius queries, an impact analysis agent that answers "If the payment gateway goes down, what else breaks?", and automated dependency report generation.

13 min read
CMDBImpact AnalysisDependency Graph
19

Capstone 4: Customer 360 with GraphRAG

Build a unified customer view combining CRM, support tickets, and product data into a knowledge graph. Covers data modeling for multi-source customer data, ingestion from three systems, graph-based customer journey queries, and a GraphRAG layer that answers "Tell me everything about this customer's journey."

15 min read
Customer 360Data IntegrationGraphRAG