Working with Neo4j with Django neomodel library

December 14, 2023 18 min Free

Description

In this talk, we will explore how to work with Neo4j using Python to build scalable and efficient web applications. The presenter will discuss how graph databases, like Neo4j, handle relationships differently than traditional relational databases and demonstrate how to transform a relational model into a non-relational one. The talk will cover Cypher query syntax and provide examples using the Django neomodel library to build a basic API. Attendees will gain a foundational understanding of leveraging graph databases and neomodel for fast and scalable web applications.