Sign inSign up

bigtruedata/dynamo

By bigtruedata

Updated over 8 years ago

Docker image providing DynamoDB

Image
0

8.5K

bigtruedata/dynamo repository overview

Docker Automated buil Docker Build Statu Docker Pulls Docker Stars license

DynamoDB Docker Image


logo

Amazon DynamoDB is a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale. It is a fully managed cloud database and supports both document and key-value store models. Its flexible data model and reliable performance make it a great fit for mobile, web, gaming, ad tech, IoT, and many other applications.

Quick Start

This image is designed to provide a local DynamoDB service to be used during development process. A simple way of starting the server is by executing the following command. Note the service will be listening on port 12345.

docker run --rm --tty --interactive -p "12345:8000" bigtruedata/dynamo

NOTE: Depending on the configuration of your local developmente environment, to be able to connect to the service you may have to define in some environment variables related to Amazon services such as AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, or AWS_DEFAULT_REGION.

Versions

The version numbers used in this image correspond to the version number of the OpenJDK Docker image use as base to build this DynamoDB image.

Tag summary

Content type

Image

Digest

Size

70.5 MB

Last updated

over 8 years ago

docker pull bigtruedata/dynamo