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-v1beta2-rev1-2.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ca2cf9ce508e7ee842487b97dc8de52eb6427e89685340d74b8a8aecd8d1f02 |
|
MD5 | dc5168e860831f9f8eab28776682dddf |
|
BLAKE2b-256 | 85bb42f04f7242c1fa64a6fbf73de23ef02c8cbb70ec54eb1ce6119674787a42 |