I am using Google App Engine and have created entities in the ndb store in the cloud.
However, when I run dev_appserver.py
I do not see these entities in the local datastore viewer located at http://localhost:8000/datastore
How do I sync entities in the cloud and locally ?