Metadata >> NuGet >> CqlSharp >> 0.30.2.0

0.30.2.0

Metadata

Authors Joost Reuzel
Copyrights Copyright 2013 Joost Reuzel
Description CqlSharp is a high performance, asynchronous Cassandra CQL binary protocol client implementing the ADO.NET data provider interfaces. It's main features are: * The API implements the ADO.NET interfaces. If you are familiar with SqlConnection, SqlCommand, and SqlReader, you should be able to use CqlSharp with no difficulty. * CqlSharp is an implementation of the (new) CQL Binary Protocol and therefore requires Cassandra 1.2 and up * CqlSharp supports all the binary protocol v2 features: batching, paging, bound query variables, result schema caching, check-and-set (CAS) statements, and sasl-authentication * Supports fast mapping of objects to query parameters, or query results to objects. Mapping is tunable by decorating your classes via Table and Column attributes. * Query tracing, timeouts and cancellation is supported * The API is predominately [asynchronous](http://msdn.microsoft.com/en-us/library/vstudio/hh191443.aspx), heavily relying on the System.Threading.Tasks namespace. Synchronous alternatives are available for convenience. * Configuration is done through connection strings. The simultaneous use of multiple Cassandra clusters is supported. * Extensive logging, including support for custom logger implementations See https://github.com/reuzel/CqlSharp/wiki/Features for an extensive feature list.
IconUrl https://raw.github.com/reuzel/CqlSharp/master/logo.png
LicenseUrl http://www.apache.org/licenses/LICENSE-2.0
Owners Joost Reuzel
ProjectUrl https://github.com/reuzel/CqlSharp/wiki
ReleaseNotes Version 0.30.2 - Deadlock removal * Fix: Adding two missing ConfigureAwait statements avoiding deadlock in MVC projects Version 0.30.1 - Node address fallback * Fallback to listen-address during discovery when rpc-address is 0.0.0.0. Issue #20 * Performance: Removing some boxing of structs during deserialization Version 0.30.0 - Binary Protocol V2 support See https://github.com/reuzel/CqlSharp/blob/master/ChangeLog.md for the full changelog.
RequireLicenseAcceptance False
Summary CqlSharp is a high performance, asynchronous Cassandra CQL binary protocol client implementing the ADO.NET data provider interfaces. See https://github.com/reuzel/CqlSharp/wiki/Features for an extensive feature list.
Tags Cassandra CQL ADO.NET client database provider driver nosql net45 TPL async high-performance
Title CQLSharp - An ADO.NET Data Provider for Cassandra
PackageSize 427954
PackageHashAlgorithm SHA512
PackageHash DKGZ4gwjbu0vOLo1pXvpf0tbiTucSk4ym0P1UKz0HnvIj5dyGIxjU7hbkOjjviR0ICXCkgvyLkxK2pl5n+RKeg==
DownloadCount 000000
CreatedDate 2013-12-11T01:32:06

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install CqlSharp -Version 0.30.2.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install CqlSharp -Version 0.30.2.0 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete CqlSharp 0.30.2.0 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package CqlSharp -Version 0.30.2.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package CqlSharp -Version 0.30.2.0 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap CqlSharp -Version 0.30.2.0
Uninstalling the package:
o remove-wrap CqlSharp

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.5 Binaries