somebody interested in hacking some very simple php client

2011-01-04 Thread nicolas lattuada
Yesterday i made it real quick, maybe it can help someone. Here it is: http://pastebin.com/bAyWMfXD Hope it helps. Nicolas

Re: PHP Client

2010-10-24 Thread Tyler Hobbs
pcassa? > > On Oct 23, 2010, at 8:26 PM, Tyler Hobbs wrote: > > > Hello all, > > > > I've been working for a while now on putting together a PHP client that > works with Cassandra 0.7. It's at a decent state now, so I would like to > start getting feedback

Re: PHP Client

2010-10-24 Thread Jeremy Hanna
Would you like feedback/questions on here or are you going to be using http://groups.google.com/group/phpcassa? On Oct 23, 2010, at 8:26 PM, Tyler Hobbs wrote: > Hello all, > > I've been working for a while now on putting together a PHP client that works > with Cassandr

PHP Client

2010-10-23 Thread Tyler Hobbs
Hello all, I've been working for a while now on putting together a PHP client that works with Cassandra 0.7. It's at a decent state now, so I would like to start getting feedback from PHP users out there. It's available on github here: http://github.com/thobbs/phpcas

Re: PHP client crashed if a column value > 8192 bytes

2010-04-22 Thread Zhiguo Zhang
Maybe you have to send this message also to thrift user mail list? On Thu, Apr 22, 2010 at 6:34 AM, Ken Sandney wrote: > After many attempts I found this error only occurred when using PHP > thrift_protocol extension. I don't know if there are some parameters that I > could adjust for this issu

Re: PHP client crashed if a column value > 8192 bytes

2010-04-21 Thread Ken Sandney
After many attempts I found this error only occurred when using PHP thrift_protocol extension. I don't know if there are some parameters that I could adjust for this issue. By the way, without the ext the speed is obviously slow. On Thu, Apr 22, 2010 at 12:01 PM, Ken Sandney wrote: > I am using

PHP client crashed if a column value > 8192 bytes

2010-04-21 Thread Ken Sandney
I am using PHP as client to talk to Cassandra server but I found out if any column value > 8192 bytes, the client crashed with the following error: PHP Fatal error: Uncaught exception 'TException' with message 'TSocket: > timed out reading 1024 bytes from 10.0.0.177:9160' in > /home/phpcassa/incl

Re: Best PHP client

2010-04-02 Thread Michael Pearson
> AsĀ  said by Jonathan, SimpleCassie and Pandra are both based on Thrift.. I > think a Cassandra upgrade will require an upgrade of Thrift classes of high > level clients too. Am I right ? This is right but impact on these libraries isn't significant unless a Thrift API dependency is quickly depre

Re: Best PHP client

2010-04-02 Thread David Timothy Strauss
build compiler first) - Pandra (seems not updated) - SimpleCassie (just discovered it few minutes ago) Is there any other PHP client ? If Cassandra is upgraded (0.5 to 0.6) , I suppose they all need to be upgraded ... Many thanks -- David Strauss | da...@fourkitchens.com | +1 512 577 5827 [mo

Re: Best PHP client

2010-04-02 Thread yaw
client for Cassandra ? > > > > - Thrift (need to build compiler first) > > - Pandra (seems not updated) > > - SimpleCassie (just discovered it few minutes ago) > > > > > > Is there any other PHP client ? > > If Cassandra is upgraded (0.5 to 0.6) , I suppose they all need to > > be upgraded ... > > > > Many thanks > > >

Re: Best PHP client

2010-04-02 Thread Peter Chang
impleCassie (just discovered it few minutes ago) > > > Is there any other PHP client ? > If Cassandra is upgraded (0.5 to 0.6) , I suppose they all need to > be upgraded ... > > Many thanks >

Re: Best PHP client

2010-04-02 Thread Jonathan Ellis
(just discovered it few minutes ago) > > > Is there any other PHP client ? > If Cassandra is upgraded (0.5 to 0.6) , I suppose they all need to be > upgraded ... > > Many thanks >

Best PHP client

2010-04-02 Thread yaw
Hi all, just a (simple ?) question for today : What is the best client for Cassandra ? - Thrift (need to build compiler first) - Pandra (seems not updated) - SimpleCassie (just discovered it few minutes ago) Is there any other PHP client ? If Cassandra is upgraded (0.5 to 0.6) , I suppose

Re: SimpleCassie - ORM PHP Client

2010-03-20 Thread Marcin
>uuid($posts[0]->column->name); $string = (string) $uuid; $binary = $uuid->uuid; cheers On 20/03/2010 17:48, Jonathan Ellis wrote: Cool, thanks! Does it make it easy to use TimeUUID columns? Because that is the biggest problem I see people having from PHP. On Sat, Mar 20, 2010 at 7:32 A

Re: SimpleCassie - ORM PHP Client

2010-03-20 Thread Jonathan Ellis
Cool, thanks! Does it make it easy to use TimeUUID columns? Because that is the biggest problem I see people having from PHP. On Sat, Mar 20, 2010 at 7:32 AM, Marcin wrote: > Hi guys, > > I would like to share with you link to the PHP client for Cassandra build > with flexibility

SimpleCassie - ORM PHP Client

2010-03-20 Thread Marcin
Hi guys, I would like to share with you link to the PHP client for Cassandra build with flexibility and easy use in mind. It implements some of the ORM concepts. here you go: http://code.google.com/p/simpletools-php/wiki/SimpleCassie P.S. Appreciate any feedback. cheers, /Marcin