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)
forked from ripple/hbase-client
-
Notifications
You must be signed in to change notification settings - Fork 0
welefen/hbase-client
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Hbase client in Nodejs
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 100.0%