You cannot 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 Integrate public as bindata optionally (#293)
* Dropped unused codekit config

* Integrated dynamic and static bindata for public

* Ignore public bindata

* Add a general generate make task

* Integrated flexible public assets into web command

* Updated vendoring, added all missiong govendor deps

* Made the linter happy with the bindata and dynamic code

* Moved public bindata definition to modules directory

* Ignoring the new bindata path now

* Updated to the new public modules import path

* Updated public bindata command and drop the new prefix
8 years ago
..
iohelper Integrate public as bindata optionally (#293) 8 years ago
proto Integrate public as bindata optionally (#293) 8 years ago
LICENSE Integrate public as bindata optionally (#293) 8 years ago
README.md Integrate public as bindata optionally (#293) 8 years ago
action.go Integrate public as bindata optionally (#293) 8 years ago
admin.go Integrate public as bindata optionally (#293) 8 years ago
call.go Integrate public as bindata optionally (#293) 8 years ago
client.go Integrate public as bindata optionally (#293) 8 years ago
client_ops.go Integrate public as bindata optionally (#293) 8 years ago
column.go Integrate public as bindata optionally (#293) 8 years ago
conn.go Integrate public as bindata optionally (#293) 8 years ago
del.go Integrate public as bindata optionally (#293) 8 years ago
get.go Integrate public as bindata optionally (#293) 8 years ago
put.go Integrate public as bindata optionally (#293) 8 years ago
result.go Integrate public as bindata optionally (#293) 8 years ago
scan.go Integrate public as bindata optionally (#293) 8 years ago
service_call.go Integrate public as bindata optionally (#293) 8 years ago
types.go Integrate public as bindata optionally (#293) 8 years ago
utils.go Integrate public as bindata optionally (#293) 8 years ago

README.md

#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