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
{{ message }}
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
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.
0 commit comments