So far you have learned how to connect to Neo4j, execute Cypher queries and handle the results returned.
In this module, you will learn everything you need to know to put your application into production. You’ll discover how to manage transactions effectively, handle errors gracefully, and implement best practices that ensure your application is robust and performant.
This module covers:
-
Managing database transactions for better performance
-
Writing efficient transactions for data modifications
-
Handling errors gracefully in production applications
-
Implementing best practices for robust Neo4j applications
By the end of this module, you’ll have the knowledge and confidence to deploy your Neo4j Python application to production.