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
Mastering DynamoDB

You're reading from   Mastering DynamoDB Master the intricacies of the NoSQL database DynamoDB to take advantage of its fast performance and seamless scalability

Arrow left icon
Product type Paperback
Published in Aug 2014
Publisher Packt
ISBN-13 9781783551958
Length 236 pages
Edition 1st Edition
Concepts
Arrow right icon
Author (1):
Arrow left icon
Tanmay Deshpande Tanmay Deshpande
Author Profile Icon Tanmay Deshpande
Tanmay Deshpande
Arrow right icon
View More author details
Toc

Tools


Like libraries, there are various tools available for general use. Some of the tools help to scale the DynamoDB database automatically, while some others help you do local testing of your code.

The following is a list of tools and their specifications.

Tools for testing

Considering the fact that each and every call to DynamoDB costs money, sometimes it gets difficult to use DynamoDB for the purposes of testing and development.

DynamoDB Local

We have already seen what DynamoDB local is in Chapter 1, Getting Started. Just to revisit, DynamoDB Local is a lightweight client-side database that roughly mimics the actual DynamoDB implementation. To enable DynamoDB Local, you need to download the JAR and run it using the next command. You can download the JAR at http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_latest. To run DynamoDB, you need to run the following command:

java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar

There are various options available...

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