@pythagoras/ts-pipeline-sqs-plugin
Version:
ts-pipeline mortar plugin to allow AWS SQS to buffer the pipeline
15 lines (12 loc) • 894 B
Markdown
# README #
#### Quick summary ####
This is a data pipeline framework that runs in NodeJS. The pipeline is composed of processing blocks
which have a deifined input contract and a defined output contract. All the block needs to do is
handle when an input contract is passed in, and needs to emit the output contract. The routing, queuing,
error capture, and pushing to the next processing block are handled for you.
### Additional Info ###
For additional info, please see the wiki/homepage at:
[https://bitbucket.org/pythagorasio/typescript-pipeline/wiki/plugins/ts-pipeline-sqs-plugin](https://bitbucket.org/pythagorasio/typescript-pipeline/wiki/plugins/ts-pipeline-sqs-plugin)
### Bugs and Issues
Please post any bugs or issues to the issues site
at [https://bitbucket.org/pythagorasio/ts-pipeline-sqs-plugin/issues](https://bitbucket.org/pythagorasio/ts-pipeline-sqs-plugin/issues)