summaryrefslogtreecommitdiffstats
path: root/mock-dmaap/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'mock-dmaap/README.md')
-rw-r--r--mock-dmaap/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/mock-dmaap/README.md b/mock-dmaap/README.md
new file mode 100644
index 0000000..6759e79
--- /dev/null
+++ b/mock-dmaap/README.md
@@ -0,0 +1,23 @@
+DMaaP Mock
+---------------
+
+
+### Build an image
+```
+make build
+```
+
+### Start
+```
+make start
+```
+
+### Stop
+```
+make stop
+```
+
+### Get fetched events
+```
+make get-data
+```