Skip to content

Commit ae466d6

Browse files
committed
minor wordsmithing
1 parent 24b9b0d commit ae466d6

File tree

3 files changed

+23
-22
lines changed

3 files changed

+23
-22
lines changed

README.md

+21-20
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The table below summarizes migration module resources currently available along
6060

6161
### Summary table
6262

63-
Module | Topic | Codelab | START repo | FINISH repo
63+
Module | Topic | Codelab | START folder | FINISH folder
6464
--- | --- | --- | --- | ---
6565
0|Baseline app| _N/A_ (no tutorial; just review the code) | _N/A_ | Module 0 [code](/mod0-baseline) (2.x)
6666
1|Migrate to Flask| [link](http://g.co/codelabs/pae-migrate-flask) | Module 0 [code](/mod0-baseline) (2.x) | Module 1 [code](/mod1-flask) (2.x)
@@ -85,7 +85,7 @@ If there is a logical codelab to do immediately after completing one, they will
8585
- Python 2 only
8686
- START: [Module 0 code - Baseline](/mod0-baseline) (2.x)
8787
- FINISH: [Module 1 code - Framework](/mod1-flask) (2.x)
88-
- NEXT: Module 2 codelab - migrate to Cloud NDB
88+
- NEXT: Module 2 - migrate to Cloud NDB
8989

9090

9191
- [Module 2 codelab](http://g.co/codelabs/pae-migrate-cloudndb): **Migrate from App Engine `ndb` to [Cloud NDB](https://googleapis.dev/python/python-ndb/latest)**
@@ -97,18 +97,18 @@ If there is a logical codelab to do immediately after completing one, they will
9797
- Codelab bonus port to Python 3.x
9898
- FINISH: [Module 2 code - Cloud NDB](/mod2b-cloudndb) (3.x)
9999
- RECOMMENDED:
100-
- Module 7 codelab - add App Engine (push) tasks
100+
- Module 7 - add App Engine (push) tasks
101101
- OTHERS (somewhat priority order):
102-
- Module 5 codelab - migrate to Cloud Run container with Cloud Buildpacks
103-
- Module 4 codelab - migrate to Cloud Run container with Docker
104-
- Module 3 codelab - migrate to Cloud Datastore
102+
- Module 5 - migrate to Cloud Run container with Cloud Buildpacks
103+
- Module 4 - migrate to Cloud Run container with Docker
104+
- Module 3 - migrate to Cloud Datastore
105105

106106
- [Module 7 codelab](http://g.co/codelabs/pae-migrate-gaetasks): **Add App Engine (push) Task Queues to App Engine `ndb` Flask app**
107107
- **Not a migration**: add GAE Task Queues to prepare for migration to Cloud Tasks
108108
- Python 2
109109
- START: [Module 1 code - Framework](/mod1-flask) (2.x)
110110
- FINISH: [Module 7 code - GAE Task Queues](/mod7-gaetasks) (2.x)
111-
- NEXT: Module 8 codelab - migrate App Engine push tasks to Cloud Tasks
111+
- NEXT: Module 8 - migrate App Engine push tasks to Cloud Tasks
112112

113113
- [Module 8 codelab](http://g.co/codelabs/pae-migrate-cloudtasks): **Migrate from App Engine (push) Task Queues to [Cloud Tasks](http://cloud.google.com/tasks) v1**
114114
- **Required** migration
@@ -117,7 +117,7 @@ If there is a logical codelab to do immediately after completing one, they will
117117
- Python 2
118118
- START: [Module 7 code - GAE Task Queues](/mod7-gaetasks) (2.x)
119119
- FINISH: [Module 8 code - Cloud Tasks](/mod8-cloudtasks) (2.x)
120-
- NEXT: Module 9 codelab - migrate to Python 3
120+
- NEXT: Module 9 - migrate to Python 3 and Cloud Datastore
121121

122122
- [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**
123123
- **Mixed migration recommendation**
@@ -129,9 +129,9 @@ If there is a logical codelab to do immediately after completing one, they will
129129
- Python 3
130130
- FINISH: [Module 9 code - Cloud Datastore & Tasks](/mod9-py3dstasks) (3.x)
131131
- RECOMMENDED:
132-
- Module 5 codelab - migrate to Cloud Run container with Cloud Buildpacks
133-
- Module 4 codelab - migrate to Cloud Run container with Docker
134-
- Module 6 codelab - migrate to Cloud Firestore
132+
- Module 5 - migrate to Cloud Run container with Cloud Buildpacks
133+
- Module 4 - migrate to Cloud Run container with Docker
134+
- Module 6 - migrate to Cloud Firestore
135135

136136
- [Module 4 codelab](http://g.co/codelabs/pae-migrate-rundocker): **Migrate from App Engine to [Cloud Run](http://cloud.google.com/run) with Docker**
137137
- **Optional** migration
@@ -143,9 +143,9 @@ If there is a logical codelab to do immediately after completing one, they will
143143
- START: [Module 3 code - Cloud Datastore](/mod3b-datastore) (3.x)
144144
- FINISH: [Module 4 code - Cloud Run - Docker](/mod4b-rundocker) (3.x)
145145
- RECOMMENDED:
146-
- Module 5 codelab - migrate to Cloud Run container with Cloud Buildpacks
146+
- Module 5 - migrate to Cloud Run container with Cloud Buildpacks
147147
- OTHER OPTIONS (in somewhat priority order):
148-
- Module 7 codelab - add App Engine (push) tasks
148+
- Module 7 - add App Engine (push) tasks
149149

150150
- [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**
151151
- **Optional** migration
@@ -155,9 +155,9 @@ If there is a logical codelab to do immediately after completing one, they will
155155
- START: [Module 2 code - Cloud NDB](/mod2b-cloudndb) (3.x)
156156
- FINISH: [Module 5 code - Cloud Run - Buildpacks 3.x](/mod5-runbldpks) (3.x)
157157
- RECOMMENDED:
158-
- Module 4 codelab - migrate to Cloud Run container with Docker
158+
- Module 4 - migrate to Cloud Run container with Docker
159159
- OTHER OPTIONS (in somewhat priority order):
160-
- Module 7 codelab - add App Engine (push) tasks
160+
- Module 7 - add App Engine (push) tasks
161161

162162
- [Module 3 codelab](http://g.co/codelabs/pae-migrate-datastore): **Migrate from Cloud NDB to Cloud Datastore**
163163
- **Optional** migration
@@ -170,10 +170,10 @@ If there is a logical codelab to do immediately after completing one, they will
170170
- START: [Module 2 code - Cloud NDB](/mod2b-cloudndb) (3.x)
171171
- FINISH: [Module 3 code - Cloud Datastore](/mod3b-datastore) (3.x)
172172
- RECOMMENDED:
173-
- Module 7 codelab - add App Engine (push) tasks
173+
- Module 7 - add App Engine (push) tasks
174174
- OTHER OPTIONS (in somewhat priority order):
175-
- 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
177177

178178
- [Module 6 codelab](http://g.co/codelabs/pae-migrate-firestore): **Migrate from Cloud Datastore to [Cloud Firestore](http://cloud.google.com/firestore)**
179179
- **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
183183
- START: [Module 3 code - Cloud Datastore](/mod3b-datastore) (3.x)
184184
- FINISH: [Module 6 code - Cloud Firestore](/mod6-firestore) (3.x)
185185
- RECOMMENDED:
186-
- Module 7 codelab - add App Engine (push) tasks
186+
- Module 7 - add App Engine (push) tasks
187187
- OTHER OPTIONS (in somewhat priority order):
188-
- Module 5 codelab - migrate to Cloud Run container with Cloud Buildpacks
188+
- Module 5 - migrate to Cloud Run container with Cloud Buildpacks
189189

190190

191191
## Considerations for mobile developers
@@ -216,6 +216,7 @@ If your original app users does *not* have a user interface, i.e., mobile backen
216216
- [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)
217217
- [App Engine `app.yaml` to Cloud Run `service.yaml` tool](http://googlecloudplatform.github.io/app-engine-cloud-run-converter) (Step 4a)
218218
- [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)
219+
- [Community contributed migration samples](https://github.com/GoogleCloudPlatform/appengine-python2-3-migration)
219220

220221
- Python App Engine
221222
- [Python 2 App Engine (Standard)](https://cloud.google.com/appengine/docs/standard/python/runtime)

mod2b-cloudndb/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Module 2 - Migrate from App Engine `ndb` to Google Cloud NDB
22

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.

mod3b-datastore/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Module 3 - Migrate from Google Cloud NDB to Cloud Datastore
22

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

Comments
 (0)