Skip to main content

IBM Streams HBASE integration

Project description

Overview

Provides functions to access HBASE. For example, connect to Hortonworks (HDP). This package exposes the com.ibm.streamsx.hbase toolkit as Python methods.

Sample

A simple Streams application that scans a HBASE table and prints the scanned rows:

from streamsx.topology.topology import *
from streamsx.topology.schema import CommonSchema, StreamSchema
from streamsx.topology.context import submit
import streamsx.hbase as hbase

topo = Topology('hbase_scan_sample')

scanned_rows = hbase.scan(topo, table_name='sample', max_versions=1 , init_delay=2)
scanned_rows.print()

cfg = {}
cfg[streamsx.topology.context.ConfigParams.SSL_VERIFY] = False
submit ('DISTRIBUTED', topo, cfg)

Documentation

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

streamsx.hbase-1.3.1.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

streamsx.hbase-1.3.1-py2.py3-none-any.whl (12.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file streamsx.hbase-1.3.1.tar.gz.

File metadata

  • Download URL: streamsx.hbase-1.3.1.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.6

File hashes

Hashes for streamsx.hbase-1.3.1.tar.gz
Algorithm Hash digest
SHA256 3a01b8e7cd9fe0cd982dcc8ea7e7b3d62310733ee5d0c6c80fff1777de1408d6
MD5 5fb551eb9e88d085e68fabd439338c92
BLAKE2b-256 3c64fd04a693a77d5b244105f7dd1b4c120baa66eddfa6869f16300dd0cf105c

See more details on using hashes here.

File details

Details for the file streamsx.hbase-1.3.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for streamsx.hbase-1.3.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ad34801578147424f57e86e94b1373aac0d404402f45d9e63c943d7fa348bac2
MD5 b8f3d15a6002d46056eacc44262d3c42
BLAKE2b-256 e4fc2ffadd60095986dcf481c4da0874a0562a4c209e9f6ea7edb35ad505c4fb

See more details on using hashes here.

Supported by

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