google cloud datastore protobuf client
Project description
Google Cloud Datastore Protocol Buffer 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(project_id='project-id')
>>> req = datastore.BeginTransactionRequest()
>>> datastore.begin_transaction(req)
<google.datastore.v1beta3.datastore-pb2.BeginTransactionResponse ...>
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
Close
Hashes for testing-v1beta3-googledatastore-4.0.0b2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74c77f68bb25951119f372398c7b09b8dff816cb39c021741b58301eb588a19e |
|
MD5 | 38c80bc2c2dc92aa22f4fa7072c352b1 |
|
BLAKE2b-256 | fb7beec22781816601f2d42dd723b99e860fd715fdbc8fce2ffa2a3cf568fce5 |