Development of the new Python 3-compatible ndb client is happening in the Google Cloud Python client library github repo at https://github.com/googleapis/google-cloud-python/tree/master/ndb . The library is not usable as-is yet, but work is in progress and can be monitored there.
On Tue, Feb 12, 2019 at 3:47 PM Bruce Sherwood <[email protected]> wrote: > I've seen the documentation on Python 3 datastores, but what I haven't > seen is how to deal with preserving existing user data. > > My existing GAE (Python 2.7, standard environment, ndb) has 60,000 user > records. Perhaps one way to preserve this data would be to add code to my > current Python server to dump the data in a format I understand, switch GAE > to use the new datastore mechanism, then have the server upload my data and > place the data into the new datastore. > > However, I'm surely not the only person facing this challenge, so is there > some other/better approach? > > Bruce > > -- > 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/e1ab0052-3f6a-4d41-a98c-4a88c5d42adf%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/e1ab0052-3f6a-4d41-a98c-4a88c5d42adf%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CALZe7H0FZiModjCZOVW29agF3rPEgbXQYCETBmjwrGcF5w1pWA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
