Re: Scala driver

2014-09-02 Thread Viswanathan Ramachandran
I haven't used this scala driver, but may possibly explore soon. https://github.com/websudosuk/phantom https://websudosuk.github.io/phantom/ Mentioned at at: http://planetcassandra.org/client-drivers-tools/#Scala http://www.datastax.com/download#dl-community-drivers On Mon, Sep 1, 2014

Re: Scala driver

2014-09-01 Thread Jabbar Azam
Jan Algermissen < > jan.algermis...@nordsc.com> wrote: > >> Hi Gary, >> >> On 31 Aug 2014, at 07:19, Gary Zhao wrote: >> >> Hi >> >> Could you recommend a Scala driver and share your experiences of using >> it. Im thinking if i use java driv

Re: Scala driver

2014-09-01 Thread Gary Zhao
Thanks Jan. I decided to use Java driver directly. It's not hard to use. On Sun, Aug 31, 2014 at 1:08 AM, Jan Algermissen wrote: > Hi Gary, > > On 31 Aug 2014, at 07:19, Gary Zhao wrote: > > Hi > > Could you recommend a Scala driver and share your experiences of us

Re: Scala driver

2014-08-31 Thread Jan Algermissen
Hi Gary, On 31 Aug 2014, at 07:19, Gary Zhao wrote: > Hi > > Could you recommend a Scala driver and share your experiences of using it. Im > thinking if i use java driver in Scala directly > > I am using Martin’s approach without any problems: https://github.com

Scala driver

2014-08-30 Thread Gary Zhao
Hi Could you recommend a Scala driver and share your experiences of using it. Im thinking if i use java driver in Scala directly. Thanks

Re: Scala Driver?

2014-03-17 Thread Jan Algermissen
On 15 Mar 2014, at 19:23, Joe Stein wrote: > Here is an example wrapper how to use the DataStax java driver in scala > https://github.com/stealthly/scala-cassandra Thanks Joe, yes, better to just use the java-driver than to create a generic scala-driver it seems

Re: Scala Driver?

2014-03-15 Thread Joe Stein
Here is an example wrapper how to use the DataStax java driver in scala https://github.com/stealthly/scala-cassandra /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop ***

Re: Scala Driver?

2014-03-15 Thread Sergey Murylev
Hi, You can use one of following libs: * https://github.com/Shimi/cascal * https://github.com/newzly/phantom On 15/03/14 21:42, NORD SC wrote: > Hi all, > > I am building a system using the Play 2 Framework with Scala and wonder what > driver I should use or whether I should wrap the Datas

Scala Driver?

2014-03-15 Thread NORD SC
Hi all, I am building a system using the Play 2 Framework with Scala and wonder what driver I should use or whether I should wrap the Datastax java-driver myself? Can you share any experience with the available drivers? I have looked a Phantom briefly which seems to use java-driver internally -