0.1.18 • Published 5 years ago

ripple-hbase-client v0.1.18

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Ripple Hbase Client

Usage:

const Hbase = require('ripple-hbase-client')
const hbase = new Hbase({
  host: 'localhost',
  port: 9090,
  prefix: 'prefix',
  logLevel: 2
})

hbase.putRow({
  table: 'table',
  rowkey: 'rowkey',
  columns: {
    column1: '1'
    'f:column2': 2
  }
})
.then(console.log)

hbase.getRow({
  table: 'table',
  rowkey: 'rowkey'
})
.then(console.log)
0.1.18

5 years ago

0.1.17

5 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.14-rc3

6 years ago

0.1.14-rc2

6 years ago

0.1.14-rc1

6 years ago

0.1.13-thrift

6 years ago

0.1.12-thrift

6 years ago

0.1.11-thrift

6 years ago

0.1.10-thrift

6 years ago

0.1.9-thrift

6 years ago

0.1.8-thrift

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.7-thrift

6 years ago

0.1.6-thrift

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago