Export/import datastore from/to Google App Engine

后端 未结 3 1155
借酒劲吻你
借酒劲吻你 2021-01-12 03:08

I want to export the datastore that I have running in App Engine into my local \"standalone\" version of the application. Anyone know how I can do that?

I\'ve been

相关标签:
3条回答
  • 2021-01-12 03:23

    It seems that there is no separate doc for java version of this except that it is said to do with com.google.apphosting.utils.remoteapi.RemoteApiServlet in the doc Nick provided.

    Tip: If you have a Java app, you can use the Python appcfg.py tool by installing the Java
    version of the remote_api handler, which is included with the Java runtime environment. 
    The handler servlet class is com.google.apphosting.utils.remoteapi.RemoteApiServlet.
    

    Here is some relevant code example for java version of this API usage GAE/J datastore backup

    0 讨论(0)
  • 2021-01-12 03:36

    Check out the docs on uploading and downloading data.

    0 讨论(0)
  • 2021-01-12 03:46

    Gobo-Tools is designed for such tasks

    0 讨论(0)
提交回复
热议问题