Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
scale-tone committed Apr 14, 2017
2 parents 16f4256 + e7e82f3 commit 49f1d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PM> Install-Package Linq2DynamoDb.AspNet.DataSource

Sorry, the full documentation is still on [CodePlex](https://linq2dynamodb.codeplex.com/documentation).

Please, also take a look at the series of posts ([one](https://scale-tone.github.io/2016/03/13/dynamodb-elasticache-linq2dynamodb-odata-theory), [two](https://scale-tone.github.io/2016/03/17/dynamodb-elasticache-linq2dynamodb-odata-practice), [three](https://scale-tone.github.io/2016/03/19/dynamodb-elasticache-linq2dynamodb-ionic-practice)) on LinkedIn.
Please, also take a look at the series of posts ([one](https://scale-tone.github.io/2016/03/13/dynamodb-elasticache-linq2dynamodb-odata-theory), [two](https://scale-tone.github.io/2016/03/17/dynamodb-elasticache-linq2dynamodb-odata-practice), [three](https://scale-tone.github.io/2016/03/19/dynamodb-elasticache-linq2dynamodb-ionic-practice), [four](https://scale-tone.github.io/2017/04/13/dynamodb-webapi-odata-practice)).

AWS DynamoDB is a cool, highly-available and highly-durable NoSQL database. Yet, because of it's throughput capacity restrictions, it might get:
* unpredictably slow,
Expand Down
1 change: 1 addition & 0 deletions Samples/MobileNotes/MobileNotes.WebApi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ A sample [ASP.Net Web API OData](https://docs.microsoft.com/en-us/aspnet/web-api

Supports [user authentication](https://github.com/scale-tone/linq2dynamodb/blob/master/Samples/MobileNotes/MobileNotes.OAuth/AuthRoutine.cs) via JWT tokens from [Google](https://github.com/scale-tone/linq2dynamodb/blob/master/Samples/MobileNotes/MobileNotes.OAuth/GoogleJwtParser.cs) and [Microsoft Live ID](https://github.com/scale-tone/linq2dynamodb/blob/master/Samples/MobileNotes/MobileNotes.OAuth/LiveIdJwtParser.cs).

Please, also see [this blog post](https://scale-tone.github.io/2017/04/13/dynamodb-webapi-odata-practice).

0 comments on commit 49f1d1c

Please sign in to comment.