Google Cloud Bigtable API client library
Project description
Google Cloud Bigtable is Google’s NoSQL Big Data database service. It’s the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail.
Quick Start
In order to use this library, you first need to go through the following steps:
Installation
Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Supported Python Versions
Python >= 3.5
Deprecated Python Versions
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-bigtable
Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-bigtable
Next Steps
Read the Client Library Documentation for Cloud Bigtable API to see other available methods on the client.
Read the Product documentation to learn more about the product and see How-to Guides.
google-cloud-happybase
In addition to the core google-cloud-bigtable, we provide a google-cloud-happybase library with the same interface as the popular HappyBase library. Unlike HappyBase, google-cloud-happybase uses google-cloud-bigtable under the covers, rather than Apache HBase.
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
Built Distribution
Hashes for google-cloud-bigtable-2.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3d7d79abde31d3b69f1038c15eb9e270b251c9ed0eacad0fcac6ca7498b94a5 |
|
MD5 | 63bb2d99c56fb00e6cef2e84e3333ce5 |
|
BLAKE2b-256 | e57d1093250c90d586a84ddf98a6504d49fbd0e7bf752e8537afdcc99a3f52e1 |
Hashes for google_cloud_bigtable-2.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bd59deb3e762671fa4c95ca5cef6fd71e5671ad52805aeb04a1d89ff98e3ff6 |
|
MD5 | 1c085315cd838f5568fcf5e1e8f7f3c0 |
|
BLAKE2b-256 | cfa6178c363cd88206bb7cc51c7b3634f6ad16680cbb3f8d417fd9c4f8d8aa56 |