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

Chapter 3. Tools and Libraries of AWS DynamoDB

We have understood the strength of the Eclipse plugin in the previous chapter on interfaces. We have seen a few of the basic operations using three interfaces. But along with those interfaces, DynamoDB supports lots of tools and libraries. In this chapter, we will see one such tool that is used along with the Eclipse IDE. We will mostly perform DynamoDB operations using the Java SDK. In this chapter, we will cover the following topics:

  • Creating an SDK project
  • SDK operations
  • DynamoDB Local

We can easily create tables, indexes, attributes, and items. After doing all of these offline, we can commit or save to AWS DynamoDB. This is the use of DynamoDB Local.

If we need to insert event data (which is available as a CSV file) into DynamoDB, are we comfortable looking at the CSV file manually and creating one item for every event and finally put it into the table? Is it possible to perform the operation if the item size of the CSV file goes beyond...

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