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 65628EBA0 for ; Sun, 24 Feb 2013 19:40:25 +0000 (UTC) Received: (qmail 42734 invoked by uid 500); 24 Feb 2013 19:40:22 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 42702 invoked by uid 500); 24 Feb 2013 19:40:22 -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 42678 invoked by uid 99); 24 Feb 2013 19:40:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Feb 2013 19:40:22 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.220.180] (HELO mail-vc0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Feb 2013 19:40:16 +0000 Received: by mail-vc0-f180.google.com with SMTP id fo13so1349833vcb.39 for ; Sun, 24 Feb 2013 11:39:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=IOKToXwTR9tW8ucKwoBS9878F2MP80ieWt98QdfGkIg=; b=NaUgifuqdXBJ9sgS6nQSoum4bLF45PlGj230dJOmG7nv32MSkdN26vR7qKmPA7rep7 lq/jvvgIXzHDWle1QLqu/kAs0b9HtpqSQYdaeIfhGJ+rPUVjhqTIZjFwxxYTWW2K7QuE 2wo8v/bDsejvjPcP9FfC9VRTZoVEuA9G9rmdOLTwH5q6VX1EyxP6L7vCrhRaZRJ/0B3W 5HQOVd9ZfX/+RacbJZsh1PfMQ0iaH1W/xvn3dlpoCMhsIbUW3Jd1mKISqpUjnv5rDuCt RAS4E0MsmeduRePY0n6HZohH1Oox3Lv9f64cytfS3FSIdI6ipJMvLmNhn1JlFn7d3tY8 FFiw== MIME-Version: 1.0 X-Received: by 10.58.46.134 with SMTP id v6mr3351284vem.45.1361734795312; Sun, 24 Feb 2013 11:39:55 -0800 (PST) Received: by 10.58.69.50 with HTTP; Sun, 24 Feb 2013 11:39:55 -0800 (PST) Date: Sun, 24 Feb 2013 20:39:55 +0100 Message-ID: Subject: New CQL3 driver for Ruby From: Theo Hultberg To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=089e0122a2e6c0dba904d67d96ab X-Gm-Message-State: ALoCoQl20JUH97sKTGek/S2com2fmDDBWzRjhMuSnHQkdhgly8NkJVekfjvsarbVESYjj6OP+axt X-Virus-Checked: Checked by ClamAV on apache.org --089e0122a2e6c0dba904d67d96ab Content-Type: text/plain; charset=ISO-8859-1 Hi, For the last few weeks I've been working on a CQL3 driver for Ruby. If you're using Ruby and Cassandra I would very much like your help getting it production ready. You can find the code and documentation here: https://github.com/iconara/cql-rb The driver supports the full CQL3 protocol except for authentication. It's implemented purely in Ruby and has no dependencies. If you try it out and find a bug (which I'm sure you will), please email me directy (theo@iconara.net) or open an issue in the GitHub project. yours, Theo --089e0122a2e6c0dba904d67d96ab Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

For the last few weeks = I've been working on a CQL3 driver for Ruby. If you're using Ruby a= nd Cassandra I would very much like your help getting it production ready.<= div>
You can find the code and documentation here:


The driver sup= ports the full CQL3 protocol except for authentication. It's implemente= d purely in Ruby and has no dependencies.

If you try it out and find a bug (which I&#= 39;m sure you will), please email me directy (theo@iconara.net) or open an issue in the GitHub project.

yours,
Theo
--089e0122a2e6c0dba904d67d96ab--