Book Image

Building web applications with Python and Neo4j

By : Sumit Gupta
Book Image

Building web applications with Python and Neo4j

By: Sumit Gupta

Overview of this book

Table of Contents (14 chapters)
Building Web Applications with Python and Neo4j
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we have learned about the various ways of mutating (creating, updating, and deleting) nodes, labels, properties, and relationships in Neo4j. We also talked about the process of optimizing our Cypher queries using appropriate examples.

In the next chapter, we will discuss in detail Python and its integration with Neo4j using py2neo.