Metadata >> NuGet >> RiakClient

RiakClient

Metadata

Authors OJ Reeves, Jeremiah Peschka, Alex Moore, Luke Bakken
Copyrights © 2011-2014 OJ Reeves & Jeremiah Peschka / © 2015 Basho Technologies, Inc.
Description Riak .NET Client - the .NET client for Riak. Riak is a distributed, fault tolerant, highly-available Key/Value store written by Basho Technologies. Riak .NET Client exposes the features of Riak through a developer-friendly API. After installing this package, make sure that you modify either the app.config (for client apps) or web.config (for web apps) so that the details of the target Riak cluster are set correctly. Riak Client 2.0 requires Riak 2.0, or Riak 1.4.
IconUrl http://basho.com/design-assets/Basho-Logos/png/basho-logo-color-vert.png
LicenseUrl http://www.apache.org/licenses/LICENSE-2.0
Owners Basho Technologies, Inc.
ProjectUrl https://github.com/basho/riak-dotnet-client
RequireLicenseAcceptance False
Summary Riak .NET Client - the .NET client for Riak.
Tags Riak .NET Client riak-dotnet-client CorrugatedIron Corrugated Iron NoSQL Driver Distributed
Dependencies Newtonsoft.Json:6.0.8|protobuf-net:2.0.0.668
Title Riak .NET Client
PackageSize 668374
PackageHashAlgorithm SHA512
PackageHash 3R3nAG0Z2LClQIej3s6nLerFUad3LPvNK2B9PKBdsXukH8umvDgJPbF8hUpnNjAFavHAPdtahFaxJLLhqRvfPg==
DownloadCount 000000
CreatedDate 2015-09-26T14:00:43
ReleaseNotes Please see: https://github.com/basho/riak-dotnet-client/blob/master/RELNOTES.md

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 RiakClient -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install RiakClient -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 RiakClient
Installing the package (HTTP Basic authentication):
Install-Package RiakClient -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package RiakClient -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package RiakClient

OpenWrap

Installing the package:
o add-wrap RiakClient
Uninstalling the package:
o remove-wrap RiakClient

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
2.2.0
2.1.1
2.1.0
2.0.0
2.0.0-beta5
2.0.0-beta4
2.0.0-beta3
2.0.0-beta2
2.0.0-beta1