Yesterday i made it real quick, maybe it can help someone.
Here it is:
http://pastebin.com/bAyWMfXD
Hope it helps.
Nicolas
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
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
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
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
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
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
> 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
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
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
> >
>
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
>
(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
>
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
>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
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
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
16 matches
Mail list logo