Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AA3DFDFC6 for ; Tue, 20 Nov 2012 00:20:21 +0000 (UTC) Received: (qmail 71852 invoked by uid 500); 20 Nov 2012 00:20:19 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 71822 invoked by uid 500); 20 Nov 2012 00:20:19 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 71814 invoked by uid 99); 20 Nov 2012 00:20:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2012 00:20:19 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of timm.turn@gmail.com designates 209.85.214.172 as permitted sender) Received: from [209.85.214.172] (HELO mail-ob0-f172.google.com) (209.85.214.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2012 00:20:13 +0000 Received: by mail-ob0-f172.google.com with SMTP id ef5so5869288obb.31 for ; Mon, 19 Nov 2012 16:19:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=JRWx7Q5ReIYAQw6uQrN1GOn6iuIuBB9bE1F1HYpwcWg=; b=qlM3P6ewLaok0d239OJDcGZtobS3rQYRLWTYqVZyGb+CG+fykdomn+TDWqEXx6kQki FOBN1Sr9548RJmO83/miezXKg9JbAlM6PTP991pq3AN0LtfQt1unKGPQQ/5DtF29a9OU 2Ck5SMvjBBOpQpiz+mIE5iV3D3UHuDGrgJJcZbryP4MncgXGAnr9KoqsHlCHLWcQYKkJ 2OClCboQ1WHM/37GcuIYXxGXezpTs9QBXS34EO8LeGdk3RK9R8rd1uLXlpwjqvsH3Ka4 XAYg5+EKcgMw7J88wpV82GoYg+2Cwl+qPKT0QVrQ+RizQDrHqWMj7u77ljadP47UhD08 IdIg== MIME-Version: 1.0 Received: by 10.60.11.136 with SMTP id q8mr1927812oeb.10.1353370792751; Mon, 19 Nov 2012 16:19:52 -0800 (PST) Received: by 10.60.171.40 with HTTP; Mon, 19 Nov 2012 16:19:52 -0800 (PST) In-Reply-To: References: Date: Tue, 20 Nov 2012 01:19:52 +0100 Message-ID: Subject: Re: Datastax Java Driver From: Timmy Turner To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=e89a8fb2029059f10b04cee231d1 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8fb2029059f10b04cee231d1 Content-Type: text/plain; charset=ISO-8859-1 Why is this being released as a separate project, instead of being bundled up with Cassandra? Is it not a part of Cassandra? 2012/11/19 John Sanda > Fantastic! As for the object mapping API, has there been any > discussion/consideration of http://www.hibernate.org/subprojects/ogm.html? > > > On Mon, Nov 19, 2012 at 1:50 PM, Sylvain Lebresne wrote: > >> Everyone, >> >> We've just open-sourced a new Java driver we have been working on here at >> DataStax. This driver is CQL3 only and is built to use the new binary >> protocol >> that will be introduced with Cassandra 1.2. It will thus only work with >> Cassandra 1.2 onwards. Currently, it means that testing it requires >> 1.2.0-beta2. This is also alpha software at this point. You are welcome >> to try >> and play with it and we would very much welcome feedback, but be sure that >> break, it will. The driver is accessible at: >> http://github.com/datastax/java-driver >> >> Today we're open-sourcing the core part of this driver. This main goal of >> this >> core module is to handle connections to the Cassandra cluster with all the >> features that one would expect. The currently supported features are: >> - Asynchronous: the driver uses the new CQL binary protocol asynchronous >> capabilities. >> - Nodes discovery. >> - Configurable load balancing/routing. >> - Transparent fail-over. >> - C* tracing handling. >> - Convenient schema access. >> - Configurable retry policy. >> >> This core module provides a simple low-level API (that works directly with >> query strings). We plan to release a higher-level, thin object mapping API >> based on top of this core shortly. >> >> Please refer to the project README for more information. >> >> -- >> The DataStax Team >> > > > > -- > > - John > --e89a8fb2029059f10b04cee231d1 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Why is this being released as a separate project, instead of being bundled = up with Cassandra? Is it not a part of Cassandra?


2012/11/19 John Sanda <john.sanda@g= mail.com>
Fantastic! As for the object mapping API, ha= s there been any discussion/consideration of=A0http://www.hibernate.org/su= bprojects/ogm.html?


On Mon, Nov 19, 2012 at 1:50 PM, Sylvain Leb= resne <sylvain@datastax.com> wrote:
Everyone,

We've just open-sourced a new J= ava driver we have been working on here at
DataStax. This driver = is CQL3 only and is built to use the new binary protocol
that wil= l be introduced with Cassandra 1.2. It will thus only work with
Cassandra 1.2 onwards. Currently, it means that testing it requires
1.2.0-beta2. This is also alpha software at this point. You are wel= come to try
and play with it and we would very much welcome feedb= ack, but be sure that
break, it will. The driver is accessible at:

Today we're open-sou= rcing the core part of this driver. This main goal of this
core module is to handle connections to the Cassandra cluster with all= the
features that one would expect. The currently supported feat= ures are:
=A0 - Asynchronous: the driver uses the new CQL binary = protocol asynchronous
=A0 =A0 capabilities.
=A0 - Nodes discovery.
=A0 -= Configurable load balancing/routing.
=A0 - Transparent fail-over= .
=A0 - C* tracing handling.
=A0 - Convenient schema ac= cess.
=A0 - Configurable retry policy.

This core mo= dule provides a simple low-level API (that works directly with
qu= ery strings). We plan to release a higher-level, thin object mapping API
based on top of this core shortly.

Please ref= er to the project README for more information.

--<= /div>
The DataStax Team



--

- John

--e89a8fb2029059f10b04cee231d1--