Google Cloud Datastore
Migrating from App Engine ndb to Cloud NDB- Google Developers Blog

Migrating from App Engine ndb to Cloud NDB- Google Developers Blog

7/21/2021

What this post added

This post details the migration of App Engine's ndb client library to Cloud NDB. It covers the process of migrating from the legacy App Engine Datastore client to the new Cloud NDB client, including considerations for data consistency, performance, and the use of features like eventual consistency and strong consistency. The migration involves updating dependencies, adapting code to the new client's API, and testing the application's behavior under different consistency models.

Read the original post ↗