1.0.2 • Published 7 years ago

asqs-mdb v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Amazon SQS to MongoDB

NPM Build Status

Amazon SQS to MongoDB is an application for handling Amazon Simple Queue Service (SQS) messages and saving into a MongoDB database.

Installation

npm install asqs-mdb

Create a copy of the default config file and make necessary changes.

cp config/app.json config/test.json

Usage

node app/index.js -c config/test.json &>> logs/app.log

# Cron job
*/5 * * * * node app/index.js -c config/test.json &>> logs/app.log

License

Licensed under The MIT License (MIT)
For the full copyright and license information, please view the LICENSE.txt file.

1.0.2

7 years ago

1.0.1

9 years ago

1.0.0

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago