Google Cloud Datastore Protocol Buffer client.
Google Cloud Datastore is a fully managed, schemaless, non-relational database accessible through Google APIs infrastructure. It provides a rich set of query capabilities, supports atomic transactions, and automatically scales up and down in response to load.
Usage
>>> import googledatastore as datastore
>>> datastore.set_options(project_id='project-id')
>>> req = datastore.BeginTransactionRequest()
>>> datastore.begin_transaction(req)
<google.datastore.v1.datastore-pb2.BeginTransactionResponse ...>
Installation
$ pip install googledatastore
Documentation
Contribute
https://github.com/GoogleCloudPlatform/google-cloud-datastore
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
googledatastore-7.0.1.tar.gz
(14.1 kB
view details)
File details
Details for the file googledatastore-7.0.1.tar.gz.
File metadata
- Download URL: googledatastore-7.0.1.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
963e6cec4d8ac47ad02f451e61062156676d269d6d8ba9711464033509308f16
|
|
| MD5 |
33dc5f6dd8441658e2856245f1100afa
|
|
| BLAKE2b-256 |
73d017ce873331aaf529ab238464a15fd7bdc1ba8d2c684789970a7fa8b505a8
|