asqs-mdb
v1.0.2
Published
An application for handling Amazon Simple Queue Service (SQS) messages and saving into a MongoDB database
Downloads
11
Maintainers
Readme
Amazon SQS to MongoDB
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.