You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 years ago | |
---|---|---|
.. | ||
iohelper | ||
proto | ||
LICENSE | 9 years ago | |
README.md | ||
action.go | ||
admin.go | ||
call.go | 9 years ago | |
client.go | 9 years ago | |
client_ops.go | 9 years ago | |
column.go | 9 years ago | |
conn.go | 9 years ago | |
del.go | ||
get.go | ||
put.go | ||
result.go | 9 years ago | |
scan.go | ||
service_call.go | 9 years ago | |
types.go | ||
utils.go |
README.md
#go-hbase
Derived from Lazyshot/go-hbase. Add some new features and fix some bugs.
New Features
- Coprocessor EndPoint call.
- Goroutine-safe.
- Admin commands: Create/Disable/Drop table.
- Pipelined RPC.
Support HBase >= 0.98.5