Metadata >> NuGet >> CqlSharp.Linq

CqlSharp.Linq

Metadata

Authors Joost Reuzel
Copyrights Copyright 2014 Joost Reuzel
Description CqlSharp.Linq contains a Linq-to-Cql provider for use with the Apache Cassandra database. Main features are: * Translation of Linq queries to CQL select statements. * All CQL functions are supported, as well as tokens and the allow filtering clause. * Consistency and Paging query behaviour can be set per query via IQueryable extensions * Linq projections (IQueryable.Select statements) can become arbitrarily complex * Generated mapping of query results to objects is extremely fast, through compiled expressions * Linq queries can be (pre-)compiled for increased performance * Snapshot-based entity change tracking is supported, allowing for easy insert, change and updates of entities * Change tracking can be switched off globally or per query * CqlSharp.Linq provides an EntityFramework like interface 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.
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.Linq
ReleaseNotes Version 0.36.0 - Initial Release * number chosen to match corresponding CqlSharp package version
RequireLicenseAcceptance False
Tags Cassandra CQL Linq client database provider nosql net45 CqlSharp
Dependencies CqlSharp:0.36.0.0
Title CQLSharp.Linq - Linq-2-Cql provider for interacting with a Apache Cassandra database
PackageSize 168426
PackageHashAlgorithm SHA512
PackageHash 71cJAb2kJexatIwVf6LsV5MJaRCaCJrIlm5K/9nCgqYzXGoZMkQ+ECacPnT4lX+ZDT4xGStKqH8LynlWnexAhA==
DownloadCount 000000
CreatedDate 2014-04-18T23:11:56

Access

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

NuGet (nuget.exe)

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

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package CqlSharp.Linq
Installing the package (HTTP Basic authentication):
Install-Package CqlSharp.Linq -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package CqlSharp.Linq -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package CqlSharp.Linq

OpenWrap

Installing the package:
o add-wrap CqlSharp.Linq
Uninstalling the package:
o remove-wrap CqlSharp.Linq

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.36.0.0