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
Close
Hashes for googledatastore-v1beta1-rev2-1.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab3dbc7c0daff541165a633cf148fe29e424b35591ad30392ea8940d954ea0ce |
|
MD5 | 6805736e1bdec3a40505fb60e31920e9 |
|
BLAKE2b-256 | 113e41b2b46d153fcec39ebe9dd519c5edb8cc5e436aa56a4961c451481d0ccd |