Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Cassandra Client developers Recent threads

Threads Replies First post Last post
A dummy cassandra client (in java)
By: Ricardo Pescuma Domenecci
Hi all, I'm playing with a API to simplify the use of cassandra. The objective is to have a simple API, friendly to new users (it is not aimed to be complete). Internally it uses Hector, but this should be transparent to outside users and they…
0 May 14 2012
20:23
May 14 2012
20:23
TimeUUIDType Comparison
By: Tyler Hobbs
I just discovered an issue with how TimeUUIDs are compared in Cassandra that was affecting pycassa and probably affects other clients. To allow for easy slicing of rows with TimeUUIDType comparators, pycassa lets you supply a timestamp for the…
0 Apr 16 2012
11:49
Apr 16 2012
11:49
Erlang Thrift generator broken?
By: Roberto Ostinelli
Dear list, I'm building an Erlang CQL client for Cassandra. I'm using Thrift version 0.8.0, and Cassandra 1.0.5. I've generated the Erlang Thrift code with the command: thrift --gen erl cassandra/interface/cassandra.thrift One of the generate…
2 Dec 18 2011
19:02
Mar 23 2012
12:56
node-cassandra-client has moved.
By: Gary Dusbabek
FYI, the repo formerly known as http://code.google.com/a/apache-extras.org/p/cassandra-node/ will now be known by https://github.com/racker/node-cassandra-client, which was its former domicile anyway. The google code repo will be kept in sync with…
0 Mar 20 2012
06:50
Mar 20 2012
06:50
Re: Moving from apache-extras back to github
By: Kelley Reynolds
On Tue, Jan 31, 2012 at 9:12 AM, Gary Dusbabek <gdusb### @gmail.com> wrote: >> When first starting work on the CQL driver for node[1] , work was done >> on github. After a while it was moved to apache-extras so it could be…
4 Jan 31 2012
13:34
Feb 3 2012
22:22
Astyanax: A New Cassandra Client.
By: Vijay
http://techblog.netflix.com/2012/01/announcing-astyanax.html * * *What is Astyanax?* Astyanax is a Java Cassandra client. It borrows many concepts from Hector but diverges in the connection pool implementation as well as the client API. One of the…
1 Jan 31 2012
19:42
Jan 31 2012
19:47
Perl client - Cassandra::Simple
By: Filipe Gonçalves
Hello, I've developed a Perl client for Cassandra and would like to share it with the community. It's an abstraction of the thrift api, and it is based on Pycassa (the python lib). The code is stable as far as my usage goes but it has not been…
2 Nov 4 2011
11:24
Nov 4 2011
11:35
cassandra node.js driver moved to apache extras.
By: Gary Dusbabek
What used to be at https://github.com/racker/node-cassandra-client is now found at http://code.google.com/a/apache-extras.org/p/cassandra-node That is all. Gary.
0 Oct 19 2011
11:45
Oct 19 2011
11:45
Re: Ruby cassandra client: unit tests no longer pass 100%
By: Shyamal Prasad
>>>>> "Robert" == Robert Jackson <robe### @promedicalinc.com> writes: Robert> Sorry, but I have not had a chance to take a look at your Robert> pull request. I'll try to look into it this weekend, and …
0 Oct 1 2011
17:04
Oct 1 2011
17:04
Ruby cassandra client: unit tests no longer pass 100%
By: shyamal
Hi, The unit tests for the fauna cassandra ruby client (https://github.com/fauna/cassandra/) consistently fail for me: $ ruby ./test/cassandra_test.rb -n test_each .... 1) Failure: test_each(CassandraTest) [./test/cassandra_test.rb:354]: each…
2 Oct 1 2011
02:44
Oct 1 2011
16:57
Cassandra 0.8 and Erlang
By: Konstantin Naryshkin
I am working on getting an erlang application to write to Cassandra 0.8.0 . I installed Thrift and used it to generate erlang from cassandra.thrift (using thrift --gen erl cassandra.thrift ). I tried to copy the syntax from several examples that I…
3 Jun 17 2011
13:48
Jun 20 2011
17:11
Please Update ClientOptions Wiki Page for Cassandra 0.8
By: Tyler Hobbs
If you maintain a client library that is compatible with Cassandra 0.8 or will be very shortly, please update the wiki page to include it: http://wiki.apache.org/cassandra/ClientOptions Thanks! - Tyler
0 Jun 8 2011
13:19
Jun 8 2011
13:19
php cql driver issues
By: Kwasi Gyasi - Agyei
Hi, in an attempt to get my hands dirty with Cassandra I decide to participate in driver development, but I have come across a number of problems am unable to debug regardless of what I try. The first issue is that the driver I developed is able…
2 May 26 2011
19:21
May 27 2011
15:13
where is list command in org.apache.cassandra.thrift package
By: guo-guang chiou
Dear all, i am wondering if there is any implementation of list command of cli mode in org.apache.cassandra.thrift package.Or, is there any other alternative for list command using java codes ? Best regards, Guo-Guang
2 May 11 2011
19:35
May 11 2011
21:53
Updating cassandra RubyGem for 0.8 & CQL
By: Robert Jackson
I have been working on a local fork of the fauna/cassandra rubygem to add support for 0.8. I am a relative newcomer to Cassandra in general, and working on the internals of the client has really helped. To make sure that I didn't loose any ground…
2 Apr 22 2011
23:58
Apr 28 2011
13:44
0.8 Thrift API Changes
By: Tyler Hobbs
As a heads-up, the Thrift API for Cassandra 0.8 has several changes, one of which is backwards-incompatible: KsDefs no longer have a replication_factor attribute; it has been moved into the KsDef's strategy_options. The other changes include new…
0 Apr 14 2011
14:49
Apr 14 2011
14:49
Some thoughts on client abstraction and connection pooling
By: Nick Telford
Hi everyone, While prototyping ideas for the PHP CQL driver, I started thinking about client responsibilities that are agnostic of the underlying transport (be it Thrift, Avro or an arbitrary binary protocol) and indeed the client's interface,…
1 Apr 1 2011
10:47
Apr 1 2011
12:47
PHP Cassandra CQL driver
By: Courtney Robinson
Okay, Dave Gardner, Nick Telford and myself met at the London Cassandra meetup. We were keen on getting a PHP CQL driver done and decided to use github while working on it. This mail is mainly to raise awareness of this as well as to ask a few…
11 Mar 29 2011
04:35
Mar 29 2011
18:32
Starter GUI for Windows
By: Dario Bravo
Hey people. I'm sending this because I'm writing a client GUI for Windows. I've posted this at user mailing list, but now doing it here. I've started developing it a couple of days ago in order to help me understand cassandra (just start learning…
0 Mar 27 2011
11:41
Mar 27 2011
11:41
Re: State Of: CQL
By: Eric Evans
On Sat, 2011-03-19 at 11:14 -0400, Edward Capriolo wrote: > On IRC we were chatting about the fact that "CQL" sounds phonetically > the same as "SQL" this is going to cause some ambiguity with people. Wha? No way, totally different. One is…
0 Mar 19 2011
10:48
Mar 19 2011
10:48