Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EC4821001E for ; Mon, 27 Apr 2015 09:20:09 +0000 (UTC) Received: (qmail 72021 invoked by uid 500); 27 Apr 2015 09:20:09 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 71984 invoked by uid 500); 27 Apr 2015 09:20:09 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 71973 invoked by uid 99); 27 Apr 2015 09:20:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2015 09:20:09 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [54.76.25.247] (HELO mx1-eu-west.apache.org) (54.76.25.247) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2015 09:19:45 +0000 Received: from eos.apache.org (eos.apache.org [140.211.11.131]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id E5D6B203A2 for ; Mon, 27 Apr 2015 09:19:43 +0000 (UTC) Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 72E48F8E for ; Mon, 27 Apr 2015 09:19:13 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Mon, 27 Apr 2015 09:19:13 -0000 Message-ID: <20150427091913.79054.36859@eos.apache.org> Subject: =?utf-8?q?=5BCassandra_Wiki=5D_Update_of_=22ClientOptions=5FIT=22_by_Alic?= =?utf-8?q?ePorfirio?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for= change notification. The "ClientOptions_IT" page has been changed by AlicePorfirio: https://wiki.apache.org/cassandra/ClientOptions_IT Comment: Add italian translation for ClientOptions New page: <> '''SE SEI UNO SVILUPPATORE DI LIBRERIE''' aggiorna questa lista quando le t= ue librerie risultano compatibili con la versione pi=C3=B9 recente di Cassa= ndra. =3D CQL =3D I nuovi progetti dovrebbero usaree [[API|CQL]]. L'uso di CQL non =C3=A8 co= mplesso, ma i client qui proposti forniscono servizi di connection pooling,= failover, e spesso altri benefici come il [[http://www.datastax.com/docs/1= .2/cql_cli/cql/TRACING|tracing support]]. * Python: * [[http://github.com/datastax/python-driver|DataStax Python Driver]] * Mapping layer: [[http://github.com/cqlengine/cqlengine|cqlengine]] * Java: * [[http://github.com/datastax/java-driver|DataStax Java driver]] * Node.js * [[https://github.com/datastax/nodejs-driver|DataStax Node.js Driver]] * Helenus: https://github.com/simplereach/helenus * https://github.com/jorgebay/node-cassandra-cql * [[https://github.com/mosfeq4cm/casson|Casson ODM]] * Clojure * alia: https://github.com/mpenet/alia (datastax/java-driver wrapper) * hayt (CQL3 query generation): https://github.com/mpenet/hayt * Cassaforte (CQL3): http://clojurecassandra.info * .NET * [[http://github.com/datastax/csharp-driver|DataStax C# driver]] * cassandra-sharp: [[https://github.com/pchalamet/cassandra-sharp|sources= ]] [[https://www.nuget.org/packages/cassandra-sharp|NuGet]] * CqlSharp: https://github.com/reuzel/CqlSharp * Ruby: * [[https://github.com/datastax/ruby-driver|DataStax Ruby driver]] * [[https://github.com/iconara/cql-rb|cql-rb]] * PHP: * [[http://code.google.com/a/apache-extras.org/p/cassandra-pdo/|Cassandra= PDO driver]] * Perl: * [[https://github.com/mkjellman/perlcassa|perlcassa]] * [[https://metacpan.org/module/Net::Async::CassandraCQL|CassandraCQL]] * Go * [[https://github.com/gocql/gocql|gocql]] * Haskell * [[http://hackage.haskell.org/package/cassandra-cql|cassandra-cql]] * C++ * [[https://github.com/mstump/libcql|libcql]] * Erlang * [[https://github.com/iamaleksey/seestar|seestar]] * [[http://github.com/matehat/cqerl|CQErl]] * Scala * [[https://github.com/eklavya/Scqla|Scqla]] * Lua * [[https://github.com/jbochi/lua-resty-cassandra|lua-resty-cassandra]] * Dart * [[https://github.com/achilleasa/dart_cassandra_cql|dart_cassandra_cql]] * Tcl * [[https://github.com/flightaware/casstcl|casstcl]] =3D Thrift =3D Per i vecchi client Thrift, vedi [[ClientOptionsThrift|ClientOptionsThrift]= ]. =3D Internal API =3D Le API [[StorageProxy|StorageProxy]] sono disponibili per i client JVM-base= d, tuttavia, a meno che non si =C3=A8 assolutamente sicuri di averne bisogn= o, =C3=A8 probabilmente preferibile usare uno dei client sopra elencati o, = se nessuno di essi va bene, le API Thrift. Le API [[StorageProxy|StoragePro= xy]] sono destinate ad un uso interno, e per use-case circoscritti. =3D Hadoop =3D Per lanciare job Hadoop di map/reduce in Cassandra leggere la documentazion= e fornita in HadoopSupport. {{https://c.statcounter.com/9397521/0/fe557aad/1/|stats}}