node.js - How does Google Cloud Datastore run locally? -


while experimenting node.js , google cloud datastore (for backend of application), noticed without datastore emulator, able run , test application locally using datastore api.

note: did not deploy app cloud.

more specifically, saw when cloned "nodes-getting-started" github repository, created config.json file, ran npm install , ran npm start. add , delete books using api. data being stored?

i found quite interesting , did not know how works. appreciate this. eating brains out.

thanks!

where data being stored?

in cloud, if accessing cloud. because your application isn't in cloud doesn't mean can't access services in cloud.

try running application without internet connection , fail. on other hand, if @ datastore console should able see data app working with. (whereas if had run app against emulator, data wouldn't visible in console, present locally.)


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -