gstore-node
                                
                                 gstore-node copied to clipboard
                                
                                    gstore-node copied to clipboard
                            
                            
                            
                        Make caching layer compatible with ndb
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:
https://github.com/googleapis/python-ndb/issues/195