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.

14 lines
383 B

  1. #go-hbase
  2. [![Build Status](https://travis-ci.org/pingcap/go-hbase.svg)](https://travis-ci.org/pingcap/go-hbase)
  3. Derived from [Lazyshot/go-hbase](https://github.com/Lazyshot/go-hbase). Add some new features and fix some bugs.
  4. ## New Features
  5. 1. Coprocessor EndPoint call.
  6. 2. Goroutine-safe.
  7. 3. Admin commands: Create/Disable/Drop table.
  8. 4. Pipelined RPC.
  9. Support HBase >= 0.98.5