Re: cassandra and php

2010-09-06 Thread Mike Peters
Hi Moldován, If you're just getting started with Cassandra, you'll enjoy the selection of hand picked Cassandra tutorials listed below. These are some of the best: = Tutorials * Start here: WTF is a SuperColumn * Cassandra Basic

Re: cassandra and php

2010-09-06 Thread Aaron Morton
Moving to the user list... Do not know about PHP clients, but reading wise... start here http://wiki.apache.org/cassandra/ArticlesAndPresentations then here http://wiki.apache.org/cassandra/ And follow the user list. Aaron On 7 Sep 2010, at 06:42, Moldován Eduárd wrote: > Hello everybody,

Re: cassandra and php

2010-09-06 Thread Juho Mäkinen
You should learn the thrift api directly, in the end it's usually the fastest and easiest way (instead of using CRUD / object to cassandra mapping or similar layer). After you have learned the basics you might want to try my php wrapper from http://github.com/dynamoid/cassandra-utilities - Juho