Re: Do you have a site in production environment with Cassandra? What client do you use?

2011-01-20 Thread Jonathan Shook
clients: Java and MVEL + Hector Perl + thrift Usage: high-traffic monitoring harness with dynamic mapping and loading of handlers Cassandra was part of the "do more with less hardware" approach to designing this system. On Fri, Jan 14, 2011 at 11:24 AM, Ertio Lew wrote: > Hey, > > If you have

Re: Do you have a site in production environment with Cassandra? What client do you use?

2011-01-20 Thread Jean-Yves LEBLEU
Java + Pelops Cassandra 0.6.8

Re: Do you have a site in production environment with Cassandra? What client do you use?

2011-01-17 Thread Colin Vipurs
Java + Pelops On Sat, Jan 15, 2011 at 10:58 PM, Dave Viner wrote: > Perl using the thrift interface directly. > On Sat, Jan 15, 2011 at 6:10 AM, Daniel Lundin wrote: >> >> python + pycassa >> scala + Hector >> >> On Fri, Jan 14, 2011 at 6:24 PM, Ertio Lew wrote: >> > Hey, >> > >> > If you have

RE: Do you have a site in production environment with Cassandra? What client do you use?

2011-01-16 Thread Viktor Jevdokimov
message and any copies.-Original Message- From: Ertio Lew [mailto:ertio...@gmail.com] Sent: Friday, January 14, 2011 19:25 To: user Subject: Do you have a site in production environment with Cassandra? What client do you use? Hey, If you have a site in production environment or

Re: Do you have a site in production environment with Cassandra? What client do you use?

2011-01-16 Thread Jools
Ironically, we started with an Thrift based application stack which used Mysql as it's backend storage. At some point I was introduced to Cassandra, and after a very short time we implemented it as our backend storage mechanism. The first version of our application used the Cassandra thrift client

Re: Do you have a site in production environment with Cassandra? What client do you use?

2011-01-16 Thread Dave Gardner
We use PHP and Thrift directly (although this is wrapped in code that is basically our own bespoke client). Dave On Saturday, 15 January 2011, Dave Viner wrote: > Perl using the thrift interface directly. > On Sat, Jan 15, 2011 at 6:10 AM, Daniel Lundin wrote: > > python + pycassa > scala + Hec

Re: Do you have a site in production environment with Cassandra? What client do you use?

2011-01-15 Thread Dave Viner
Perl using the thrift interface directly. On Sat, Jan 15, 2011 at 6:10 AM, Daniel Lundin wrote: > python + pycassa > scala + Hector > > On Fri, Jan 14, 2011 at 6:24 PM, Ertio Lew wrote: > > Hey, > > > > If you have a site in production environment or considering so, what > > is the client that

Re: Do you have a site in production environment with Cassandra? What client do you use?

2011-01-15 Thread Daniel Lundin
python + pycassa scala + Hector On Fri, Jan 14, 2011 at 6:24 PM, Ertio Lew wrote: > Hey, > > If you have a site in production environment or considering so, what > is the client that you use to interact with Cassandra. I know that > there are several clients available out there according to the >

Re: Do you have a site in production environment with Cassandra? What client do you use?

2011-01-15 Thread shimi
Same here, Hector with Java. Shimi On Fri, Jan 14, 2011 at 9:13 PM, Dan Kuebrich wrote: > We've done hundreds of gigs in and out of cassandra 0.6.8 with pycassa 0.3. > Working on upgrading to 0.7 and pycassa 1.03. > > I don't know if we're using it wrong, but the "connection object is tied to >

Re: Do you have a site in production environment with Cassandra? What client do you use?

2011-01-14 Thread Dan Kuebrich
We've done hundreds of gigs in and out of cassandra 0.6.8 with pycassa 0.3. Working on upgrading to 0.7 and pycassa 1.03. I don't know if we're using it wrong, but the "connection object is tied to a particular keyspace" constraint isn't that awesome--we have a number of keyspaces used simultaneo

Re: Do you have a site in production environment with Cassandra? What client do you use?

2011-01-14 Thread Mike Wynholds
We have one in production with Ruby / fauna Cassandra gem and Cassandra 0.6.x. The project is live but is stuck in a sort of private beta, so it hasn't really been run through any load scenarios. ..mike.. -- Michael Wynholds | Carbon Five | 310.821.7125 x13 | m...@carbonfive.com On Fri, Jan 1

Re: Do you have a site in production environment with Cassandra? What client do you use?

2011-01-14 Thread Victor Kabdebon
Same here Hector + java Best Regards, Victor K 2011/1/14 Ran Tavory > Java > On Jan 14, 2011 8:25 PM, "Ertio Lew" wrote: > > what is the technology stack do you use? > > > > On 1/14/11, Ran Tavory wrote: > >> I use Hector, if that counts. .. > >> On Jan 14, 2011 7:25 PM, "Ertio Lew" wrote: >

Re: Do you have a site in production environment with Cassandra? What client do you use?

2011-01-14 Thread Ran Tavory
Java On Jan 14, 2011 8:25 PM, "Ertio Lew" wrote: > what is the technology stack do you use? > > On 1/14/11, Ran Tavory wrote: >> I use Hector, if that counts. .. >> On Jan 14, 2011 7:25 PM, "Ertio Lew" wrote: >>> Hey, >>> >>> If you have a site in production environment or considering so, what >

Re: Do you have a site in production environment with Cassandra? What client do you use?

2011-01-14 Thread Ertio Lew
what is the technology stack do you use? On 1/14/11, Ran Tavory wrote: > I use Hector, if that counts. .. > On Jan 14, 2011 7:25 PM, "Ertio Lew" wrote: >> Hey, >> >> If you have a site in production environment or considering so, what >> is the client that you use to interact with Cassandra. I

Re: Do you have a site in production environment with Cassandra? What client do you use?

2011-01-14 Thread Ran Tavory
I use Hector, if that counts. .. On Jan 14, 2011 7:25 PM, "Ertio Lew" wrote: > Hey, > > If you have a site in production environment or considering so, what > is the client that you use to interact with Cassandra. I know that > there are several clients available out there according to the > lang

Do you have a site in production environment with Cassandra? What client do you use?

2011-01-14 Thread Ertio Lew
Hey, If you have a site in production environment or considering so, what is the client that you use to interact with Cassandra. I know that there are several clients available out there according to the language you use but I would love to know what clients are being used widely in production env