vsouza / docker-dynamoDB-local

Docker build for AWS DynamoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker DynamoDB

Docker Pulls

Build for AWS DynamoDB local.

What's DynamoDb

Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. You can use Amazon DynamoDB to create a database table that can store and retrieve any amount of data, and serve any level of request traffic. Amazon DynamoDB automatically spreads the data and traffic for the table over a sufficient number of servers to handle the request capacity specified by the customer and the amount of data stored, while maintaining consistent and fast performance.

to start your local DynamoDB, run:

Feel free to add parameters:

AWS DynamoDB Docs

What it uses

  • NodeJS with Node Package Manager
  • Dynalite - thanks to @mhart to make it possible.

to start your local DynamoDB, run:

docker run -d -p 8080:8080 vsouza/dynamo-local --port 8080

Feel free to add parameters: ( see Dynalite doc )

docker run -d -p 8080:8080 vsouza/dynamo-local --port 8080 --path .

License

MIT License © Vinicius Souza

About

Docker build for AWS DynamoDB


Languages

Language:Dockerfile 100.0%