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 43BCBE2B0 for ; Fri, 8 Feb 2013 16:41:04 +0000 (UTC) Received: (qmail 83356 invoked by uid 500); 8 Feb 2013 16:41:01 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 83309 invoked by uid 500); 8 Feb 2013 16:41:01 -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 83300 invoked by uid 99); 8 Feb 2013 16:41:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2013 16:41:01 +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 boris.solovyov@gmail.com designates 209.85.214.194 as permitted sender) Received: from [209.85.214.194] (HELO mail-ob0-f194.google.com) (209.85.214.194) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2013 16:40:54 +0000 Received: by mail-ob0-f194.google.com with SMTP id ta14so863617obb.1 for ; Fri, 08 Feb 2013 08:40:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=IhHPlY5DXv1gdvhwNBs4PMu3QOlieRt/EXdkFMEqJIU=; b=I3K36C3FUn3IIbTosofQXwyfQgO0/Xqs+rrINzcFKUaBpxMrFC7h0Rc0S9DxlxvSNH MzbDka/1ThyUInq+0id0yqpsta9ocSrVwSHvfJnHJVcN2utHmCJtGhEtK9Y6YpixUjtL xaEfdFDcbS/jNQdTlynBMOspgqK5S4uc12ukyQDcH9SzjsicHvIjaxO3OyztS2Gdpmo3 nGQACBsWuDbM6C9l+lFTRd0m24A6PPv5P73NLcOlrTQWsmHmDUvZ8CzQtrD5VF5uL1Je UJVGgYqf5WjTe+qymi27e+gSzVGyhHkTq8s89KNxGomSzDrdZNgxOvQIq/q9tu2Yfuz8 Uzzw== MIME-Version: 1.0 X-Received: by 10.60.31.113 with SMTP id z17mr4535409oeh.37.1360341634007; Fri, 08 Feb 2013 08:40:34 -0800 (PST) Received: by 10.76.13.99 with HTTP; Fri, 8 Feb 2013 08:40:33 -0800 (PST) Date: Fri, 8 Feb 2013 11:40:33 -0500 Message-ID: Subject: Cassandra libraries for Golang From: Boris Solovyov To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=e89a8fb1f59cde41d204d53937f5 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8fb1f59cde41d204d53937f5 Content-Type: text/plain; charset=ISO-8859-1 Hi, I'm developing Go application. I see there is gossie, which doesn't support the native binary protocol, and there is gocql, which I tried. I wasn't able to connect to my Cassandra server. I got EOF after a timeout. I didn't investigate it much further. I wanted to ask the list, what is status of Cassandra libraries for Go? Is anyone using one of them successfully in production? Does it really matter whether I use new native protocol? - Boris --e89a8fb1f59cde41d204d53937f5 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

I'm developing Go applica= tion. I see there is gossie, which doesn't support the native binary pr= otocol, and there is gocql, which I tried. I wasn't able to connect to = my Cassandra server. I got EOF after a timeout. I didn't investigate it= much further. I wanted to ask the list, what is status of Cassandra librar= ies for Go? Is anyone using one of them successfully in production? Does it= really matter whether I use new native protocol?

- Boris
--e89a8fb1f59cde41d204d53937f5--