Closed ctcncgr closed 6 years ago
Implement a connection pool from the driver for neo4j. It is expensive to initiate driver calls, but sessions are cheap. This is similar to db connects and cursors in sql.
Seems to be working. Will do some more testing. Need to write tests for the API endpoints anyway
Implement a connection pool from the driver for neo4j. It is expensive to initiate driver calls, but sessions are cheap. This is similar to db connects and cursors in sql.