1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-07 09:21:20 +02:00
gitea/vendor/github.com/pingcap/go-hbase
..
iohelper
proto
action.go
admin.go
call.go
client_ops.go
client.go
column.go
conn.go Integrate public as bindata optionally (#293) 2016-11-30 00:26:36 +08:00
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