You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- NEXT: Module 9 - migrate to Python 3 and Cloud Datastore
121
121
122
122
-[Module 9 codelab](http://g.co/codelabs/pae-migrate-py3dstasks): **Migrate a Python 2 Cloud NDB & Cloud Tasks app to a Python 3 Cloud Datastore app**
123
123
-**Mixed migration recommendation**
@@ -129,9 +129,9 @@ If there is a logical codelab to do immediately after completing one, they will
- Module 5 codelab - migrate to Cloud Run container with Cloud Buildpacks
146
+
- Module 5 - migrate to Cloud Run container with Cloud Buildpacks
147
147
- OTHER OPTIONS (in somewhat priority order):
148
-
- Module 7 codelab - add App Engine (push) tasks
148
+
- Module 7 - add App Engine (push) tasks
149
149
150
150
-[Module 5 codelab](http://g.co/codelabs/pae-migrate-runbldpks): **Migrate from App Engine to [Cloud Run](http://cloud.google.com/run) with Cloud Buildpacks**
151
151
-**Optional** migration
@@ -155,9 +155,9 @@ If there is a logical codelab to do immediately after completing one, they will
- Module 5 codelab - migrate to Cloud Run container with Cloud Buildpacks
176
-
- Module 6 codelab - migrate to Cloud Firestore
175
+
- Module 5 - migrate to Cloud Run container with Cloud Buildpacks
176
+
- Module 6 - migrate to Cloud Firestore
177
177
178
178
-[Module 6 codelab](http://g.co/codelabs/pae-migrate-firestore): **Migrate from Cloud Datastore to [Cloud Firestore](http://cloud.google.com/firestore)**
179
179
-**Highly optional** migration (WARNING: infrequent/uncommon & "expensive" migration)
@@ -183,9 +183,9 @@ If there is a logical codelab to do immediately after completing one, they will
- Module 5 codelab - migrate to Cloud Run container with Cloud Buildpacks
188
+
- Module 5 - migrate to Cloud Run container with Cloud Buildpacks
189
189
190
190
191
191
## Considerations for mobile developers
@@ -216,6 +216,7 @@ If your original app users does *not* have a user interface, i.e., mobile backen
216
216
-[Migrate from App Engine `taskqueue` to Cloud Tasks](http://cloud.google.com/appengine/docs/standard/python/migrate-to-python3/migrate-to-cloud-ndb) (Steps 5a-5c)
217
217
-[App Engine `app.yaml` to Cloud Run `service.yaml` tool](http://googlecloudplatform.github.io/app-engine-cloud-run-converter) (Step 4a)
218
218
-[Migrate from App Engine `db` to `ndb`](http://cloud.google.com/appengine/docs/standard/python/ndb/db_to_ndb) ("Step -1"; only for reviving "dead" Python 2.5 apps for 2.7)
# Module 2 - Migrate from App Engine `ndb` to Google Cloud NDB
2
2
3
-
This repo folder is the corresponding Python 3 code to the [Module 2 codelab](http://g.co/codelabs/pae-migrate-cloudndb). The tutorial STARTs with the Python 2 code in the [Module 1 repo folder](/mod1-flask) and leads developers through migrating away from App Engine's `ndb` to Cloud NDB to access Datastore and from Python 2 to 3, culminating in the code in this folder.
3
+
This repo folder is the corresponding Python 3 code to the [Module 2 codelab](http://g.co/codelabs/pae-migrate-cloudndb). The tutorial STARTs with the Python 2 code in the [Module 1 repo folder](/mod1-flask) and leads developers through migrating away from App Engine's `ndb` to Cloud NDB to access Datastore culminating in the code in the [mod2a-cloudndb](/mod2a-cloudndb) folder. That is followed by a BONUS migration to Python 3, thus the code in *this* (`mod2b-cloudndb`) folder.
# Module 3 - Migrate from Google Cloud NDB to Cloud Datastore
2
2
3
-
This repo folder is the corresponding Python 3 code to the [Module 3 codelab](http://g.co/codelabs/pae-migrate-datastore). The tutorial STARTs with the Python 3 code in the [Module 2 repo folder](/mod2b-cloudndb) and leads developers through migrating away from Cloud NDB to Cloud Datastore to access Datastore, culminating in the code in this folder.
3
+
This repo folder is the corresponding Python 3 code to the [Module 3 codelab](http://g.co/codelabs/pae-migrate-datastore). The tutorial STARTs with the Python 3 code in the [Module 2 repo folder](/mod2b-cloudndb) and leads developers through migrating away from Cloud NDB to Cloud Datastore to access Datastore culminating in the code in the [mod3a-datastore](/mod3a-datastore) folder. That is followed by a BONUS migration to Python 3, thus the code in *this* (`mod3b-datastore`) folder.
0 commit comments