Aerospike Client Repository NuGet Package

This is simple repository pattern implemention on top of Aerospike Client.

Aerospike DB uses records and bins inside them. This repository implementation maps properties of your entity to proper bin type and save it as a single record.

Property types that can be use are: int, string, bool, double, byte, long, IList<string>, IDictionary<string, string>. Every type that is not listed will be serialized using BinaryFormatter and saved as binary data bin.




Got any Aerospike Client Repository Question?





Info

Version: 1.0.11
Author(s): Piotr Słuja
Last Update: Tuesday, August 16, 2016
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/psluja/aerospike-client-repository-csharp
NuGet Url: https://www.nuget.org/packages/Aerospike.Client.Repository


Install
Install-Package Aerospike.Client.Repository
dotnet add package Aerospike.Client.Repository
paket add Aerospike.Client.Repository
Aerospike.Client.Repository Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.3

avg-downloads-per-day

1

days-since-last-release

2803