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: <<TableOfContents()>> '''SE SEI UNO SVILUPPATORE DI LIBRERIE''' aggiorna questa lista quando le tue librerie risultano compatibili con la versione più recente di Cassandra. = CQL = I nuovi progetti dovrebbero usaree [[API|CQL]]. L'uso di CQL non è complesso, 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]] = Thrift = Per i vecchi client Thrift, vedi [[ClientOptionsThrift|ClientOptionsThrift]]. = Internal API = Le API [[StorageProxy|StorageProxy]] sono disponibili per i client JVM-based, tuttavia, a meno che non si è assolutamente sicuri di averne bisogno, è probabilmente preferibile usare uno dei client sopra elencati o, se nessuno di essi va bene, le API Thrift. Le API [[StorageProxy|StorageProxy]] sono destinate ad un uso interno, e per use-case circoscritti. = Hadoop = Per lanciare job Hadoop di map/reduce in Cassandra leggere la documentazione fornita in HadoopSupport. {{https://c.statcounter.com/9397521/0/fe557aad/1/|stats}}
