green-monkey
v1.0.0
Published
A data stream monkey generator used to test `green-firehose`.
Downloads
2
Readme
green-monkey
A data stream generator used to test
green-firehose
.
Current version: 1.0.0
Lead Maintainer: Halim Qarroum
Table of contents
Install
green add npm://green-monkey
Description
The green-monkey
application is a testing application which aims at generating random payloads on the AWS Greengrass message broker at a random interval, and which can be used to test third-party applications subscribing to green-monkey
, such as the green-firehose buffering agent.
This application only requires to be deployed using the green-cli to a Greengrass core to start emitting data. You should then subscribe, using your deployment template, other applications to the local/+/monkey
topic.
For example, a subscription between green-firehose
and green-monkey
on the topic local/+/monkey
would be the following :
{
"source": {
"type": "lambda",
"function": "green-monkey"
},
"destination": {
"type": "lambda",
"function": "green-firehose"
},
"topic": "local/+/monkey"
}
See also
- The green-cli command-line deployment tool.
- The green-firehose agent.