Interacting with Neo4j

This module is full of challenges to get you familiar with the Python driver in a real-world scenario. You will:

  • Open a Session and execute a Unit of Work within a Transaction.

  • Execute Read and Write queries through the Driver.

  • Consume the results returned from Neo4j.

  • Handle potential errors thrown by the Driver.