asqs-mdb

An application for handling Amazon Simple Queue Service (SQS) messages and saving into a MongoDB database

Usage no npm install needed!

<script type="module">
  import asqsMdb from 'https://cdn.skypack.dev/asqs-mdb';
</script>

README

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.