A type-safe data context for AWS DynamoDB with LINQ and in-memory caching support. 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.
License
—
Deps
5
Install Size
—
Vulns
✓ 0
Published
Dec 9, 2017
$ dotnet add package Linq2DynamoDb.DataContextNo README available.