Not that I know of, though it's not difficult at all. There are plenty of articles about memcached in general, and plenty about using it with a database as well. It's very easy to apply those to using it with HBase since memcached is a networked, in memory key-value store. On Mon, Dec 8, 2008 at 12:49 PM, Seref Arikan < serefarikan@kurumsalteknoloji.com> wrote: > Ah, very nice news indeed. My schema is probably very fit for HBase, a > plain > structure with only some node-value pairs. Any documents about memcached > use > with HBase? > > Thanks > Seref > > > On Mon, Dec 8, 2008 at 8:46 PM, Krzysztof Szlapinski < > krzysztof.szlapinski@starline.hk> wrote: > > > 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 > > > > >