Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

devfacet/asqs-mdb

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published