Hello,
App Engine does provide a local development environment that simulates a production environment. Kindly check the following documentation [1, 2] and switch on the link depending on the programming language that you are using. I hope this helps. Regards, [1] https://cloud.google.com/appengine/docs/standard/python/tools/using-local-server [2] https://cloud.google.com/datastore/docs/tools/datastore-emulator On Wednesday, January 12, 2022 at 6:23:18 PM UTC-5 [email protected] wrote: > I have an app-engine project running into production. > I want to create a local environment and sync all data locally > Things needed are: > 1) Datastore sync > 2) Bigquery tables > 3) task queues > 4) logging > 5) memcache > How can I do it I want to ease my process so that every dev can work > locally and tehy can sync data easily from cloud to locally. > > Thanks > > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/96c7d29a-8c07-424b-88d4-53b6daf600f5n%40googlegroups.com.
