A Python library to interact with Apache Hbase through its REST api
Project description
HippyBase
HippyBase is a Python library to interact with Apache Hbase through its REST api.
Installation
pip install hippybase
Example
import hippybase
connection = hippybase.Connection('hostname')
table=connection.table('table_name')
table.put('row_key', {'family:qual': 'value'})
row = table.row('row_key')
for key, data in table.scan():
print(key, data)
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
hippybase-0.1.2.tar.gz
(10.9 kB
view details)
File details
Details for the file hippybase-0.1.2.tar.gz
.
File metadata
- Download URL: hippybase-0.1.2.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2acbb8b258f53957a84c85df9bddd3877b569f2d66f7048ded1d3410a324cbac |
|
MD5 | dffc6d1fdccb1ebc4d2a07f0cd539826 |
|
BLAKE2b-256 | b40974af306b5e28002124404fdecc31cbe1fb3bee0d415f103bb90c8dfba24c |