Slides for my Craft-Conf meetup talk on DSLs and F#
Learn you to tame complex APIs with F#-powered DSLs from Yan Cui
Learn you to tame complex APIs with F#-powered DSLs from Yan Cui
Hi everyone, happy new year! I was really glad to find a couple of days to work on some of my open source projects and put together a new version of DynamoDB.SQL which brings it inline with the latest version of the .Net AWSSDK amongst other things. You can download and install it from Nuget …
A couple of weeks earlier, Amazon announced support for Local Secondary Indexes (LSI) for DynamoDB. You can now perform fast, efficient queries against DynamoDB tables using attributes that are not part of the existing Hash and Range key model without resorting to the use of scans. As a result to the new feature the DynamoDB …
DynamoDB.SQL 1.2.1 – now supports Local Secondary Index Read More »
Just a quick note to say that another minor update to DynamoDB.SQL has been release, you can view the release notes here. The latest update adds support for a TSQL style WITH keyword for specifying optional parameters for tweaking the query/scan operation. For queries, you can specify the NoConsistentRead and PageSize options to use …
Hi, just a quick to say that my talk with .Net Rocks is now available on their web site. In this talk I shared some insights into how F# is used in our stack to help us build the backend for our social games, specifically in the areas of: implementation of a slots engine which …
Just a quick note to say that I have made some minor changes to DynamoDb.SQL and released version 1.0.7 of the library to Nuget, here’s a list of the changes: fixed a bug with LIMIT when there is insufficient number of elements using the DynamoDBContext. added support for counting the number of matching items with …
Just a quick note to say that I have made some minor changes to DynamoDb.SQL to: Add support for specifying the ScanIndexForward option(see DynamoDB API doc here for detail) in a Query operation using an optional “ORDER” clause Fixed a bug where when querying using the extension methods on the DynamoDBContext class, the LIMIT clause …
Amazon’s DynamoDB is a wonderful product – scalable, durable, fast, with predictable latency numbers unlike SimpleDB. However, the only gripe I have with DynamoDB is that there is no built-in support for a query language, which makes life rather difficult when you want to perform a query or a scan against the data you have …
DynamoDb.SQL – a SQL-like external DSL for Amazon DynamoDB Read More »
By continuing to use the site, you agree to the use of cookies. more information
The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.