Randy, did you ever find a solution? Using put_multi would take me 15-23 
days to upload my 15 GB of data ;)

Regards,
Niklas

Den fredag 24 februari 2017 kl. 17:51:28 UTC+1 skrev George (Cloud Platform 
Support):
>
> Datastore is beneficial in some cases, and your use case is not the most 
> frequently encountered in this context. There are alternative storage 
> solutions you might have a look at, listed in the Other storage options 
> from the Cloud Datastore Overview document 
> <https://cloud.google.com/appengine/docs/standard/python/datastore/>. 
>
> You may use the Rest API to store JSON data in Datastore, with methods: 
> “Method: projects.beginTransaction” and then “Method: projects.commit”. 
>
> One needs to create objects from JSON lines and then transfer them to the 
> Datastore in an economical way, so as to reduce time and cost. 
>
> More detail about the options available for doing so is to be found in a 
> relatively recent article from Stackoverflow: “How to upload data in bulk 
> to the appengine datastore? 
> <http://stackoverflow.com/questions/25530199/how-to-upload-data-in-bulk-to-the-appengine-datastore-older-methods-do-not-work>”,
>  
> that you may consider reading. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3a535a85-8648-4be0-b9d8-1d8288cdea91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to