Saturday, November 29, 2008 Thrift + HBase + PHP Thrift is a framework initially developped by Facebook that allows RPC communication between a client and a server written in C++, Java, Python, PHP or Ruby. It generates, using a definition file, data types and services interfaces in the programming language you specify. Hbase database has a Thrift interface, so it can be called from any language s