Seref Arikan pisze:
Hi there,
Based on the response, can I assume that people use HBase as a backend for
PHP? I've asked a question about real time use of HBase before, and the
general consensus seemed to be not yet, but in case PHP based web apps are
using it as a backend, I'd love to hear about that.
Yes, we are using hbase for our PHP web app with success (we will
release it the next two months). We use java bridge and though we had to
overcome some technical issues it works fine now. We had to develop a
middle tier in java so it was easy for us to talk to hbase. Part of it
became a project called pigi (http://www.pigi-project.org/).
krzysiek