3

I could not find a proper tutorial or guide on using PHP and Habse from the initial setup, lubraries to actually making it work with sample code. Are there any guides / tutorials as i want to use Hbase with my php codeignitor and mysql website for few really large read/write tables. I am brand new to hbase so starting fresh hence looking for a guide.

RayHT
  • 41
  • 3
  • 2
    I googled around for a minute and found http://www.appaquet.com/2008/11/thrift-hbase-php.html. No clue if that's any good or what you're looking for :) – DaOgre Apr 19 '11 at 22:10

2 Answers2

2

Integrate Hbase with PHP

Community
  • 1
  • 1
mistagrooves
  • 2,337
  • 15
  • 16
1

There not a direct php to hbase api, you will actually use thrift to communicate or you can use their REST API (stargate).

Matthew Ward
  • 351
  • 3
  • 12