{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/2"}],"enrichment":{"capability":"Python client library for Google Cloud Datastore, a managed NoSQL database service that provides schemaless storage for applications.","skillfed_tags":["gcp","nosql","managed-service"],"use_cases":["Store and query user profiles, sessions, or application state in a managed NoSQL database without schema enforcement.","Build a web application backend that auto-scales database capacity based on demand without provisioning effort.","Implement a document store for semi-structured data like configuration, logs, or event records.","Migrate from a self-hosted database to a fully managed GCP service with minimal code changes.","Prototype applications quickly using a flexible schema that evolves with your data model."],"what_it_does":"This is the official Python client for Google Cloud Datastore, Google's managed NoSQL database service. It provides a high-level interface to read, write, query, and delete entities in a schemaless database hosted on Google Cloud Platform. The library handles authentication, connection pooling, and protocol translation through its dependencies on google-api-core, google-auth, and grpcio.\n\nYou use it when your application needs persistent storage on GCP and you want to avoid managing database infrastructure. It's commonly used for web applications, mobile backends, and microservices that require flexible schema and automatic scaling. The library is production-stable, actively maintained, and supports modern Python versions (3.10 through 3.14).","worth_installing":"Yes, if you are building on Google Cloud Platform and need a managed NoSQL database. The library is production-stable, actively maintained, has no known vulnerabilities, and low install friction. Install only if you have a GCP project with Datastore enabled and authentication configured; it is not useful outside that ecosystem."},"id":"google-cloud-datastore","links":{"html":"https://skillfed.io/packages/google-cloud-datastore","md":"https://skillfed.io/packages/google-cloud-datastore.md","pypi":"https://pypi.org/project/google-cloud-datastore/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-08","license_spdx":null,"license_treatment":"permissive","name":"google-cloud-datastore","python_support":"supports_current","summary":"Google Cloud Datastore API client library"},"popularity":{"monthly_downloads":5837391,"position":2027,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"2.26.0"}
