northwesternmutual / grammes

A Go package built to communicate with Apache TinkerPop™ Graph computing framework using Gremlin; a graph traversal language used by graph databases such as JanusGraph®, MS Cosmos DB, AWS Neptune, and DataStax® Enterprise Graph.
Apache License 2.0
125 stars 45 forks source link

Connection pool is supported? #23

Open softngineer opened 4 years ago

softngineer commented 4 years ago

I can't find a reference in the examples or the code that a connection pool is used. Does grammes support connection pools? Otherwise a single client in the runtime would really not work for web service use cases.