Info
Version: | 2.4.0 |
Author(s): | linq2dynamodb |
Last Update: | Saturday, December 9, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/scale-tone/linq2dynamodb/ |
NuGet Url: | https://www.nuget.org/packages/Linq2DynamoDb.DataContext |
Install
Install-Package Linq2DynamoDb.DataContext
dotnet add package Linq2DynamoDb.DataContext
paket add Linq2DynamoDb.DataContext
Linq2DynamoDb.DataContext Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.6
- NETStandard.Library(>= 1.6.1)
- AWSSDK.DynamoDBv2(>= 3.3.2.1)
- System.Linq.Queryable(>= 4.3.0)
- System.Runtime.Serialization.Formatters(>= 4.3.0)
- AWSSDK.DynamoDBv2(>= 3.3.2.1)
Tags
Allows to combine DynamoDB's durability with cache speed and read consistency. Translates LINQ queries into corresponding DynamoDB Get/Query/Scan operations (trying to choose the most effective one) and stores query results in an in-memory cache.
When data is modified, it's saved both to DynamoDB and to cache.