0.1.18 • Published 6 years ago
ripple-hbase-client v0.1.18
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
6 years ago
0.1.17
6 years ago
0.1.16
7 years ago
0.1.15
7 years ago
0.1.14
7 years ago
0.1.14-rc3
7 years ago
0.1.14-rc2
7 years ago
0.1.14-rc1
7 years ago
0.1.13-thrift
7 years ago
0.1.12-thrift
7 years ago
0.1.11-thrift
7 years ago
0.1.10-thrift
7 years ago
0.1.9-thrift
7 years ago
0.1.8-thrift
7 years ago
0.1.10
7 years ago
0.1.9
7 years ago
0.1.8
7 years ago
0.1.7
7 years ago
0.1.7-thrift
7 years ago
0.1.6-thrift
7 years ago
0.1.6
7 years ago
0.1.5
7 years ago
0.1.4
8 years ago
0.1.3
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago
0.0.6
8 years ago
0.0.5
8 years ago
0.0.4
8 years ago
0.0.3
8 years ago
0.0.2
8 years ago
0.0.1
8 years ago