java - How to create a local_db.bin from a live app engine application -


is there way export google app engine's datastore , use create local_db.bin file use eclipse?

there more 1 way want.

the sole sane way create local_db.bin file use local dev web app server it.

if source data resides in google cloud somewhere (gae datastore or other google cloud storage mechanism) could:

  • use running gae application access data , export in form suitable local dev web app server read (and write local datastore)
  • somehow use local dev web app server read data google cloud directly (if possible) (and write local datastore)
  • (?) use non-gae google cloud mechanism export data in form suitable read local dev web app server.

any help?


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -