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
This repo folder is the baseline app for the App Engine migration module codelab tutorials. It is a Python 2 App Engine app that uses the `webapp2` micro web framework implementing an "MVP" guestbook app. It stores website visits as Datastore entities using the `ndb` library. The first tutorial in this migration series is the [Module 1 codelab](http://g.co/codelabs/pae-migrate-flask), so begin there.
This repo folder is the corresponding code to the [Module 1 codelab](http://g.co/codelabs/pae-migrate-flask). The tutorial STARTs with the Python 2 code in the [Module 0 repo folder](/mod0-baseline) and leads developers through migrating away from App Engine's `webapp2` web framework to Flask, culminating in the code in this folder.
# Module 2 - Migrate from App Engine `ndb` to Google Cloud NDB
2
+
3
+
This repo folder is the corresponding Python 2 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 this folder.
# Module 2 - Migrate from App Engine `ndb` to Google Cloud NDB
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.
# Module 3 - Migrate from Google Cloud NDB to Cloud Datastore
2
+
3
+
This repo folder is the corresponding Python 2 code to the [Module 3 codelab](http://g.co/codelabs/pae-migrate-datastore). The tutorial STARTs with the Python 2 code in the [Module 2 repo folder](/mod2a-cloudndb) and leads developers through migrating away from Cloud NDB to Cloud Datastore to access Datastore, culminating in the code in this folder.
# Module 3 - Migrate from Google Cloud NDB to Cloud Datastore
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.
# Module 4 - Migrate from Google App Engine to Cloud Run with Docker
2
+
3
+
This repo folder is the corresponding Python 2 code to the [Module 4 codelab](http://g.co/codelabs/pae-migrate-rundocker). The tutorial STARTs with the Python 2 code in the [Module 2 repo folder](/mod2a-cloudndb) and leads developers through migrating away from App Engine to Cloud Run using Docker, culminating in the code in this folder.
# Module 4 - Migrate from Google App Engine to Cloud Run with Docker
2
+
3
+
This repo folder is the corresponding Python 3 code to the [Module 4 codelab](http://g.co/codelabs/pae-migrate-rundocker). The tutorial STARTs with the Python 3 code in the [Module 3 repo folder](/mod3b-datastore) and leads developers through migrating away from App Engine to Cloud Run using Docker, culminating in the code in this folder.
# Module 5 - Migrate from Google App Engine to Cloud Run with Cloud Buildpacks
2
+
3
+
This repo folder is the corresponding Python 3 code to the [Module 5 codelab](http://g.co/codelabs/pae-migrate-runbldpks). The tutorial STARTs with the Python 3 code in the [Module 2 repo folder](/mod2b-cloudndb) and leads developers through migrating away from App Engine to Cloud Run using Cloud Buildpacks, culminating in the code in this folder.
# Module 6 - Migrate from Google Cloud Datastore to Cloud Firestore
2
+
3
+
This repo folder is the corresponding Python 3 code to the [Module 6 codelab](http://g.co/codelabs/pae-migrate-firestore). The tutorial STARTs with the Python 3 code in the [Module 3 repo folder](/mod3b-datastore) and leads developers through migrating away from Cloud Datastore to Cloud Firestore, culminating in the code in this folder.
# Module 7 - Add usage of App Engine `taskqueue` to Flask `ndb` sample app
2
+
3
+
This repo folder is the corresponding Python 2 code to the [Module 7 codelab](http://g.co/codelabs/pae-migrate-gaetasks). The tutorial STARTs with the Python 2 code in the [Module 1 repo folder](/mod1-flask) and leads developers through adding usage of App Engine's `taskqueue`, culminating in the code in this folder.
# Module 8 - Migrate from App Engine `taskqueue` to Google Cloud Tasks
2
+
3
+
This repo folder is the corresponding Python 2 code to the [Module 8 codelab](http://g.co/codelabs/pae-migrate-cloudtasks). The tutorial STARTs with the Python 2 code in the [Module 7 repo folder](/mod7-gaetasks) and leads developers through migrating from `taskqueue` to Cloud Tasks, culminating in the code in this folder.
# Module 9 - Migrate from Python 2 to 3 and Cloud NDB to Cloud Datastore
2
+
3
+
This repo folder is the corresponding Python 3 code to the [Module 9 codelab](http://g.co/codelabs/pae-migrate-py3dstasks). The tutorial STARTs with the Python 2 code in the [Module 8 repo folder](/mod7-cloudtasks) and leads developers through migrating from Python 2 to 3, Cloud NDB to Cloud Datastore (plus any changes from Cloud Tasks v1 to v2), culminating in the code in this folder.
0 commit comments