LegumeFederation / DSCensor

Visualization and Organization for Assembly and Annotation Data
MIT License
0 stars 0 forks source link

connection pool for Neo4j sessions #10

Closed ctcncgr closed 6 years ago

ctcncgr commented 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.

ctcncgr commented 6 years ago

Seems to be working. Will do some more testing. Need to write tests for the API endpoints anyway