Skip to content

api-evangelist/google-cloud-datastore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Google Cloud Datastore (google-cloud-datastore)

Google Cloud Datastore is a fully managed, schemaless, highly scalable NoSQL document database for web and mobile applications, originally based on Google's Bigtable / Megastore stack. The service has since been rebranded as Firestore in Datastore mode, which preserves the Datastore API and data model while running on Firestore's storage layer for strong consistency and higher throughput. The Cloud Datastore REST API provides entity lookups, queries (including GQL), transactions, and project operations against datastore.googleapis.com, authenticated with Google OAuth 2.0 / service-account credentials.

APIs.json: https://raw.githubusercontent.com/api-evangelist/google-cloud-datastore/refs/heads/main/apis.yml

Scope

  • Type: Index

Tags

  • NoSQL
  • Database
  • Document Database
  • Google Cloud
  • Firestore
  • Managed Service
  • Key-Value Store

Timestamps

  • Created: 2026-05-11
  • Modified: 2026-05-11

APIs

Cloud Datastore API v1

Stable REST API for Google Cloud Datastore / Firestore in Datastore mode. Provides entity lookup, commit, rollback, allocateIds, reserveIds, runQuery, and runAggregationQuery operations against a Google Cloud project. Authentication uses Google OAuth 2.0 or service-account credentials with the datastore IAM scope.

Tags

  • NoSQL
  • REST
  • Entities
  • Queries
  • Transactions
  • OAuth 2.0

Properties

Cloud Datastore API v1beta3

Beta REST API for Cloud Datastore exposing the same surface as v1 with newer features. Discovery document available for tooling and code generation.

Tags

  • NoSQL
  • REST
  • Beta

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

API and integration profile for Google Cloud Datastore.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors