mirror of https://github.com/go-gitea/gitea.git
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.
b6a95a8cb3
* 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 | 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