sebelga / gstore-node

Google Datastore Entities Modeling for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make caching layer compatible with ndb

jacobg opened this issue · 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.

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

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