cassandra-sharp
3.3.2
dotnet add package cassandra-sharp --version 3.3.2
NuGet\Install-Package cassandra-sharp -Version 3.3.2
<PackageReference Include="cassandra-sharp" Version="3.3.2" />
paket add cassandra-sharp --version 3.3.2
#r "nuget: cassandra-sharp, 3.3.2"
// Install cassandra-sharp as a Cake Addin #addin nuget:?package=cassandra-sharp&version=3.3.2 // Install cassandra-sharp as a Cake Tool #tool nuget:?package=cassandra-sharp&version=3.3.2
cassandra-sharp - high performance .NET driver for Apache Cassandra.
Please note only binary protocol (cql 3) is supported - this requires Apache Cassandra 1.2.
Major features:
* async operations (TPL tasks / Rx subscriptions)
* Rx interface (IObservable / IObserver) for result streaming
* TPL Task (compatible with C# 5 async) for future operations
* Linq friendly
* extensible rowset mapping (poco, property bag, params out of the box)
* blazing fast object marshaler (dynamic gen'ed code)
* robust connection handling (connection recovery supported)
* ability to understand performance issues (client and server side)
* multiple extension points
* timeout support
* command line tool (cqlplus)
* .NET 4.0+ support (Microsoft .NET / Mono)
Release notes: https://raw.github.com/pchalamet/cassandra-sharp/master/CHANGES.txt
For information, bug reports, suggestions or contributions: https://github.com/pchalamet/cassandra-sharp
Learn more about Target Frameworks and .NET Standard.
-
- cassandra-sharp-core (>= 3.3.2)
- cassandra-sharp-interfaces (>= 3.3.1)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.3.2 | 1,015 | 8/9/2013 |
3.3.1 | 63 | 7/12/2013 |
3.3.0 | 259 | 6/28/2013 |
3.2.3 | 62 | 6/8/2013 |
3.2.2 | 66 | 5/16/2013 |
3.2.1 | 62 | 5/9/2013 |
3.2.0 | 65 | 4/26/2013 |
3.1.4 | 66 | 3/22/2013 |
3.1.3 | 64 | 3/21/2013 |
3.1.2 | 61 | 3/13/2013 |
3.1.1 | 63 | 3/12/2013 |
3.1.0 | 59 | 3/12/2013 |
3.0.3 | 62 | 3/7/2013 |
3.0.2 | 61 | 3/7/2013 |
3.0.1 | 64 | 3/6/2013 |
3.0.0 | 61 | 3/5/2013 |
2.3.2 | 62 | 2/14/2013 |
2.3.1 | 57 | 2/13/2013 |
2.3.0 | 56 | 2/13/2013 |
2.2.1 | 58 | 1/28/2013 |
2.2.0 | 58 | 1/24/2013 |
2.1.2 | 61 | 1/16/2013 |
2.1.1 | 60 | 1/10/2013 |
2.1.0 | 57 | 1/8/2013 |
2.0.7 | 112 | 12/30/2012 |
2.0.6 | 87 | 12/30/2012 |
2.0.5.2 | 60 | 12/18/2012 |
0.6.4 | 415 | 5/23/2012 |
0.6.3 | 206 | 3/18/2012 |
0.6.1 | 255 | 12/9/2011 |
0.6.0 | 119 | 11/27/2011 |
0.5.4 | 102 | 11/26/2011 |
- fixed issue 65 (https://github.com/pchalamet/cassandra-sharp/issues/65)