Kundera does support CQL3. Work for supporting datastax java driver is
under development.
https://github.com/impetus-opensource/Kundera/issues/385
-Vivek
On Wed, Feb 26, 2014 at 6:34 PM, DuyHai Doan wrote:
> Short answer : yes
>
> Long anwser: depending on whether you want to access Cassandr
Short answer : yes
Long anwser: depending on whether you want to access Cassandra using
Thrift of the native CQL3 protocole, different options are available. For
Thrift access, lots of choices (Hector, Astyanax...). For CQL3 right now
the only Java client so far is the one provided by Datastax
"
e.google.com/p/jassandra/issues/detail?id=17
>>>>
>>>>
>>>>
>>>> Please feel free to let me know if you have any suggestions.
>>>>
>>>>
>>>>
>>>> The new build 1.0.0 build 3(http://code.google
;>
>>> The new build 1.0.0 build 3(http://code.google.com/p/jassandra/)
>>> created. From Jassandra client side, no API changes.
>>>
>>>
>>>
>>> Cheers~~~
>>>
>>> Dop
>>>
>>>
>>>
>>>
estions.
>>
>>
>>
>> The new build 1.0.0 build 3(http://code.google.com/p/jassandra/) created.
>> From Jassandra client side, no API changes.
>>
>>
>>
>> Cheers~~~
>>
>> Dop
>>
>>
>>
>> *From:* Ran Tavory [mailto:ran...@gma
n Tavory [mailto:ran...@gmail.com]
> *Sent:* Tuesday, April 20, 2010 1:36 AM
> *To:* user@cassandra.apache.org
> *Subject:* Re: Cassandra Java Client
>
>
>
> Hi Dop, you may want to look at hector as a low level cassandra client on
> which you build jassandra, adding hibern
build 1.0.0 build 3(http://code.google.com/p/jassandra/) created.
> From Jassandra client side, no API changes.
>
>
>
> Cheers~~~
>
> Dop
>
>
>
> From: Ran Tavory [mailto:ran...@gmail.com]
> Sent: Tuesday, April 20, 2010 1:36 AM
> To: user@cassandra.apache.org
>
~~~
Dop
From: Ran Tavory [mailto:ran...@gmail.com]
Sent: Tuesday, April 20, 2010 1:36 AM
To: user@cassandra.apache.org
Subject: Re: Cassandra Java Client
Hi Dop, you may want to look at hector as a low level cassandra client on which
you build jassandra, adding hibernate style magic etc
From: Ran Tavory [mailto:ran...@gmail.com]
Sent: Tuesday, April 20, 2010 1:36 AM
To: user@cassandra.apache.org
Subject: Re: Cassandra Java Client
Hi Dop, you may want to look at hector as a low level cassandra client on which
you build jassandra, adding hibernate style magic etc like other
t(Lists.newArrayList(userName));
> int count = criteria.count();
> Assert.assertEquals(2, count);
>} finally {
> // 8. Don't forget to close the connection.
> connection.close();
> }
> }
>
> -Original Message-
> From: Jonathan Ell
rget to close the connection.
connection.close();
}
}
-Original Message-
From: Jonathan Ellis [mailto:jbel...@gmail.com]
Sent: Monday, April 19, 2010 10:35 PM
To: user@cassandra.apache.org
Subject: Re: Cassandra Java Client
How is Jassandra different from http://github.com/ranta
How is Jassandra different from http://github.com/rantav/hector ?
On Mon, Apr 19, 2010 at 9:21 AM, Dop Sun wrote:
> May I take this chance to share this link here:
>
> http://code.google.com/p/jassandra/
>
>
>
> It currently based with Cassandra 0.6 Thrift APIs.
>
>
>
> The class ThriftCriteria a
May I take this chance to share this link here:
http://code.google.com/p/jassandra/
It currently based with Cassandra 0.6 Thrift APIs.
The class ThriftCriteria and ThriftColumnFamily has direct use of Thrift
API. Also, the site itself has test code, which is actually works on
Jassandra abs
What is a SpyMemCahced??
What is the correlation between SpyMemCahced and Cassandra??
Thank You.
Dir.
On Sat, Apr 17, 2010 at 3:10 AM, Weijun Li wrote:
> I'm using spymemcached and it works great! Easy to use, support sharding
> and compression and can handle high volume traffic.
>
> http://cod
I'm using spymemcached and it works great! Easy to use, support sharding and
compression and can handle high volume traffic.
http://code.google.com/p/spymemcached/
-Weijun
On Fri, Apr 16, 2010 at 3:29 AM, Linton N wrote:
> import java.util.List;
> import java.io.UnsupportedEncodingException;
>
import java.util.List;
import java.io.UnsupportedEncodingException;
import org.apache.thrift.transport.TTransport;
import org.apache.thrift.transport.TSocket;
import org.apache.thrift.protocol.TProtocol;
import org.apache.thrift.protocol.TBinaryProtocol;
import org.apache.thrift.TException;
import
Hi Nirmala,
Welcome to Cassandra! Is this the one you are looking for ?
http://www.sodeso.nl/?p=80
-Ake
From: Nirmala Agadgar [mailto:nirmala...@gmail.com]
Sent: Friday, April 16, 2010 4:56 PM
To: user@cassandra.apache.org
Subject: Cassandra Java Client
Hi,
Can anyone tell how
Take a look at Hector, a Java client:
http://wiki.github.com/rantav/hector/
There's example code here:
http://github.com/rantav/hector/blob/master/src/main/java/me/prettyprint/cassandra/service/ExampleClient.java
On Fri, Apr 16, 2010 at 10:56 AM, Nirmala Agadgar wrote:
> Hi,
>
> Can anyone tel
18 matches
Mail list logo