https://github.com/freedomben/dynamodb_docker
A Dockerfile to build the latest DynamoDB image from Amazon
https://github.com/freedomben/dynamodb_docker
Last synced: 4 months ago
JSON representation
A Dockerfile to build the latest DynamoDB image from Amazon
- Host: GitHub
- URL: https://github.com/freedomben/dynamodb_docker
- Owner: FreedomBen
- License: mit
- Created: 2016-01-27T03:56:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T21:56:54.000Z (over 10 years ago)
- Last Synced: 2025-06-05T12:03:55.314Z (12 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yet Another Dockerized Version Of Dynamo DB (YADVODDB)
Link to Docker Hub: https://hub.docker.com/r/freedomben/dynamodb/
## Why this?
These are my reasons. YMMV
1. It's built on the official java docker version
1. It downloads the latest Dynamo DB release straight from Amazon
1. The tags are by date, which I find useful
1. I control it so I know it will be just what Amazon provides and nothing else (except the java docker image of course)
1. It's easy to run
## How to use this
### Installing/Running it locally using docker
#### If you just want the docker image (which is useful for composing into a larger project):
```
docker pull freedomben/dynamodb
```
You can pull a specific date if you want too (format is YYYYMMDD):
```
docker pull freedomben/dynamodb:20160126
```
#### As part of a docker-compose project
Add a line:
TODO
#### Easy stand-alone server to hit on localhost
Clone this repo:
```
git clone https://github.com/FreedomBen/dynamodb_docker.git
```
Fire it up:
```
docker-compose up
```
### Point your client at it
TODO
## Can I run it in production
No. Performance on this is utterly, disastrously, terrible. Use this for local development, but know that your database is dependent on AWS.