google cloud datastore protobuf client
Project description
Google Cloud Datastore Protobuf Buffers client.
Google Cloud Datastore is a fully managed, schemaless, non-relational datastore 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(dataset='dataset-id')
>>> req = datastore.BeginTransactionRequest()
>>> datastore.begin_transaction(req)
<datastore.datastore_v1_pb2.BeginTransactionResponse object at ...>
Installation
$ pip install googledatastore
Documentation
Contribute
https://github.com/GoogleCloudPlatform/google-cloud-datastore
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file googledatastore-v1beta2-rev1-2.1.0.tar.gz
.
File metadata
- Download URL: googledatastore-v1beta2-rev1-2.1.0.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 100dce1c2e9508caa816ed896f5cb20b19873640b3ebfcf19461c7b9f6749adf |
|
MD5 | 21feeaba49da0d5867c30ba85c44c812 |
|
BLAKE2b-256 | a179a5e1524de684433d2756a7a84956f402db851b5973433a95073b83bee981 |