diff options
Diffstat (limited to 'sanitycheck/dmaap-simulator/README.md')
-rw-r--r-- | sanitycheck/dmaap-simulator/README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sanitycheck/dmaap-simulator/README.md b/sanitycheck/dmaap-simulator/README.md new file mode 100644 index 0000000..de0615a --- /dev/null +++ b/sanitycheck/dmaap-simulator/README.md @@ -0,0 +1,22 @@ +DMaaP simulator +--------------- + +### Build an image +``` +make build +``` + +### Start +``` +make start +``` + +### Stop +``` +make stop +``` + +### Get fetched events +``` +make get-data +``` |