{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/3"}],"enrichment":{"capability":"NDB is a Python 3 client library for Google Cloud Datastore that provides an object-oriented interface for storing and querying data in Datastore, with support for caching via memcache or Redis.","skillfed_tags":["google-cloud","orm","datastore"],"use_cases":["Build App Engine applications that need persistent entity storage with automatic caching and query support.","Store and retrieve structured data in Cloud Datastore from Python services without writing raw API calls.","Add caching layers to Datastore queries using memcache or Redis to reduce latency and costs.","Migrate from legacy Python 2 App Engine ndb code to modern Python 3 with minimal API changes.","Define strongly-typed data models with validation and relationships in a serverless environment."],"what_it_does":"NDB is Google's updated Python 3 client library for Cloud Datastore, replacing the legacy Python 2 App Engine version. It provides an object-relational mapping layer that lets you define data models as Python classes and persist them to Datastore with minimal boilerplate. The library handles serialization, querying, and entity lifecycle management, and integrates optional caching through memcache or Redis to reduce Datastore read costs.\n\nThe package is designed for App Engine Python 3 runtime but runs on any Python platform. It depends on google-api-core for transport, google-cloud-datastore for low-level Datastore operations, protobuf for serialization, and optional caching backends. It requires Python 3.10 or later and is actively maintained with no known security vulnerabilities.","worth_installing":"Yes. NDB is a production-ready, actively maintained library from Google with no known vulnerabilities, low install friction, and permissive licensing. Install it if you are building on App Engine Python 3 or need a Python ORM for Cloud Datastore; skip it if you prefer raw Datastore API calls or use a different database."},"id":"google-cloud-ndb","links":{"html":"https://skillfed.io/packages/google-cloud-ndb","md":"https://skillfed.io/packages/google-cloud-ndb.md","pypi":"https://pypi.org/project/google-cloud-ndb/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-06","license_spdx":null,"license_treatment":"permissive","name":"google-cloud-ndb","python_support":"supports_current","summary":"NDB library for Google Cloud Datastore"},"popularity":{"monthly_downloads":492745,"position":6358,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.5.1"}
