Amazon DynamoDB June 2016 Day at the SF Loft - From SQL to DynamoDB

Published on Jul 05, 2016

Learn more at: http://amzn.to/29q38Qa - - - - - - - - - - - - - - - - - - - SQL databases are familiar and provide strong consistency guarantees that make life easy for developers. Things change once you start getting beyond the capacity of a single machine, however, as you are then often forced to manually handle sharding of the data. By migrating several of our large relational tables to DynamoDB, we at Amplitude were able to scale considerably beyond the capacity of a single machine while keeping application code simple. We leverage DynamoDB’s scalability, strong consistency, and low latency to build a real-time ingestion pipeline that handles over 30,000 events per second. We’ll be talking about the migration process as well as some best practices for working with DynamoDB.