Show notes
Neo4j is a NoSQL database engine. What makes it different is the
unusual data model. In Neo4j everything is modelled as a graph. A graphis a collection of nodes connected with edges. A typical example is agraph of friends on a social media website. Or a network of movies andactors. But it turns out many problems can be efficiently modelled asgraphs. Like a customer having orders, each order has items. Orinsurance, connected to a certain car and an accident. So what makesNeo4j special?
