-
Notifications
You must be signed in to change notification settings - Fork 35
Downloads
Luke Bakken edited this page Apr 3, 2015
·
10 revisions
The Riak .NET Client is still in very active development. The authors are constantly updating the library in an effort to keep up to speed with the changes made in Riak as well as keeping our users happy. If you're keen to get your hands on it you have the following options:
- Grab the source directly from our GitHub repository. (development | stable)
- Install the Riak .NET Client NuGet package directly into your project via NuGet.
- Download a release from GitHub. (releases)
If you're a user of Visual Studio the easiest option is to install the NuGet package. This can be done via the NuGet Package Management GUI, or from the Package Manager Console:
PM> Install-Package RiakClient
Here are a few sample applications to get you started which can be found in the samples repository:
- A Session State Provider provider which uses the Riak .NET Client to store ASP.NET session state in Riak.
- A .NET client for Sean Cribbs' chat application, YakRiak.
- A generic sample application which shows many of this library's features and demonstrates how to configure and wire-up the Riak .NET Client using:
General
Usage
- Installing the Riak .NET Client
- Connecting to Riak
- Taste of Riak
- Querying:
- Other Query Types:
- API Reference