gstore-node icon indicating copy to clipboard operation
gstore-node copied to clipboard

Make caching layer compatible with ndb

Open jacobg opened this issue 6 years ago • 2 comments

Google has a Python datastore client calling NDB that supports caching: https://github.com/googleapis/python-ndb

It would be great if this node library's caching implementation were compatible with NDB to enable polyglot microservices.

jacobg avatar Aug 16 '19 16:08 jacobg

Hi, Thanks for the input. Could you point me to how the cache implementation of the Python client works? Cheers!

sebelga avatar Sep 09 '19 07:09 sebelga

Thanks @sebelga. I opened an issue in ndb repository to document the cache specification: https://github.com/googleapis/python-ndb/issues/195

jacobg avatar Sep 11 '19 21:09 jacobg