Dynamoose is a modeling tool for Amazon's DynamoDB for Node.js, inspired by Mongoose.
Summary
Dynamoose is a modeling tool for Amazon's DynamoDB NoSQL database service, written in javascript for use with node.js. Although inspired by mongoose, there are some key differences between the two packages due to differences between amazon-dynamodb and mongodb.
Questions
Questions tagged with dynamoose should not be tagged with mongoose.
Questions about server administration can be asked on https://dba.stackexchange.com.
Installation
$ npm i dynamoose