asqs-mdb

1.0.2 • Public • Published

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.

/asqs-mdb/

    Package Sidebar

    Install

    npm i asqs-mdb

    Weekly Downloads

    10

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • devfacet