Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
DynamoDB Applied Design Patterns

You're reading from   DynamoDB Applied Design Patterns Apply efficient DynamoDB design patterns for high performance of applications

Arrow left icon
Product type Paperback
Published in Sep 2014
Publisher
ISBN-13 9781783551897
Length 202 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Uchit Hamendra Vyas Uchit Hamendra Vyas
Author Profile Icon Uchit Hamendra Vyas
Uchit Hamendra Vyas
Arrow right icon
View More author details
Toc

AWS DynamoDB on mobile


Amazon DynamoDB, as we have seen, is a rapidly-growing service from the AWS services stack. It is a fully-managed database service for the NoSQL database category. All the data items are stored in SSDs and will automatically be replicated with different Availability Zones (AZs) for High Availability (HA) and durability of data. Using Amazon DynamoDB, you can create and manage mobile applications along with the help of AWS Mobile SDKs.

AWS Mobile SDK will give you full freedom to access DynamoDB for your queries, to create tables and more, over all basics of the CRUD (Create, Read, Update, Delete) operations within table. So in this example, you will learn the coding mechanism for both Android as well as iOS mobile platforms.

Storing data in the table

Let's take a look at a table where you want to store some data about the user, such as a first name, his/her location, and his/her highest exam score. You can create the table in many ways, but here you will go through the...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image