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 learned about py2neo as a Python framework for working with Neo4j. We talked about various APIs of py2neo and also created social network data using the same APIs. We also discussed about the Batch imports provided by py2neo and in the end we talked about the process of unit testing of Neo4j graphs using PyUnit.

In the next chapter, we will discuss in detail about the RESTful services with Flask and py2neo.