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.0.tar.gz
(13.8 kB
view details)
File details
Details for the file googledatastore-7.0.0.tar.gz.
File metadata
- Download URL: googledatastore-7.0.0.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1d6c4110b770c7a0d76bcacdcc52715f25d19788c9bd63557e1cd2ac02c26bc
|
|
| MD5 |
42f67dc919cb569fda96a0e823f41aba
|
|
| BLAKE2b-256 |
92ebb9be22e364e542231de36e993abca3a4300ef78d20f17d146bc113ffcb64
|