Cloud Datastore decsription
Highly-scalable NoSQL managed document database
Key points of Cloud Datastore (5)
What is Cloud Datastore suited for?
Applications that demand high scalability, structured data and don’t need strong consistency
Key points of a document database (6)
How do you import/export Cloud Datastore data?
Done via shell only and data is stored in a bucket in Cloud Storage
How do you export Cloud Datastore data via shell, and what files does it create?
gcloud datastore export –namespaces=”(default)” gs://[BUCKET]
What permission does someone doing a Cloud Datastore export need?
datastore.database.export