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.
Thomas Boerger
b6a95a8cb3
|
8 years ago | |
---|---|---|
.. | ||
iohelper | 8 years ago | |
proto | 8 years ago | |
LICENSE | 8 years ago | |
README.md | 8 years ago | |
action.go | 8 years ago | |
admin.go | 8 years ago | |
call.go | 8 years ago | |
client.go | 8 years ago | |
client_ops.go | 8 years ago | |
column.go | 8 years ago | |
conn.go | 8 years ago | |
del.go | 8 years ago | |
get.go | 8 years ago | |
put.go | 8 years ago | |
result.go | 8 years ago | |
scan.go | 8 years ago | |
service_call.go | 8 years ago | |
types.go | 8 years ago | |
utils.go | 8 years ago |
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