This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/vendor/github.com/pingcap/go-hbase
..
iohelper
proto
action.go
admin.go
call.go
client.go
client_ops.go
column.go
conn.go
del.go
get.go
LICENSE
put.go
README.md
result.go
scan.go
service_call.go
types.go
utils.go

#go-hbase

Build Status

Derived from Lazyshot/go-hbase. Add some new features and fix some bugs.

New Features

  1. Coprocessor EndPoint call.
  2. Goroutine-safe.
  3. Admin commands: Create/Disable/Drop table.
  4. Pipelined RPC.

Support HBase >= 0.98.5