davebshow / goblin

A Python 3.5 rewrite of the TinkerPop 3 OGM Goblin
Other
93 stars 21 forks source link

Optimize vps #77

Closed davebshow closed 7 years ago

davebshow commented 7 years ago

This PR updates Goblin to be used with aiogremlin 3.2.6, as well as improving vertex property retrieval. Instead of getting props one by one, a single traversal projects all properties in a single response.