Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page