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 F366CDC1B for ; Mon, 19 Nov 2012 18:51:21 +0000 (UTC) Received: (qmail 53434 invoked by uid 500); 19 Nov 2012 18:51:19 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 53411 invoked by uid 500); 19 Nov 2012 18:51: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 53403 invoked by uid 99); 19 Nov 2012 18:51:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2012 18:51: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 (athena.apache.org: domain of sylvain@datastax.com designates 209.85.220.172 as permitted sender) Received: from [209.85.220.172] (HELO mail-vc0-f172.google.com) (209.85.220.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2012 18:51:14 +0000 Received: by mail-vc0-f172.google.com with SMTP id fw7so3252067vcb.31 for ; Mon, 19 Nov 2012 10:50:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=gE39URsH4sCbAzoOg6ztU1ZSJMYg5G+C9ajjZW4a+VM=; b=RD/4gdY3hv9MM4km2evre99yzdXcVwre7WC9em2YIoEe1fcho82D5+jia5LoEISjmv bVDpsO2ArsFkGqLRs+jOhWLQvAhq0h1zKem46QEE9h5fu52xZB4+0CQt2m1muv9c7nmr qOauToTIQn92wwGtyjoqxZ04Ho5+fQQhyI7KL7/3vrsUn4XLycWqbyq+5KVrc0bNd8N3 OBkOyG2C6/Jea7arPgnMtb8Y3lIdSNj8fHKrNY3QA1b/TPYr0ssqX1VWusy2CTZ3NZJy jA4lIVbWIxXNNy/dEhm/QYtxjZiQEbaton2qB1rNIyI68mkWiK5WT8+rT1Fsy6qkk6by 7kGw== MIME-Version: 1.0 Received: by 10.220.210.193 with SMTP id gl1mr20009820vcb.58.1353351053111; Mon, 19 Nov 2012 10:50:53 -0800 (PST) Received: by 10.58.249.135 with HTTP; Mon, 19 Nov 2012 10:50:53 -0800 (PST) Date: Mon, 19 Nov 2012 19:50:53 +0100 Message-ID: Subject: Datastax Java Driver From: Sylvain Lebresne To: "user@cassandra.apache.org" Content-Type: multipart/alternative; boundary=bcaec54ee94ac6f21204cedd98d9 X-Gm-Message-State: ALoCoQmmQR3bfdOTlLLTUZbYzORi/FOrHRECtS1Bw7YHOrfXn4driKz5Vezndc5EYVU0+yShmgKV X-Virus-Checked: Checked by ClamAV on apache.org --bcaec54ee94ac6f21204cedd98d9 Content-Type: text/plain; charset=ISO-8859-1 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 --bcaec54ee94ac6f21204cedd98d9 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
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-sourcing the core par= t 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
--bcaec54ee94ac6f21204cedd98d9--