From 77aa2dded3fdf4d2081a187d70efa9c2fb4db5a3 Mon Sep 17 00:00:00 2001 From: Joshua Greenhalgh Date: Sun, 5 May 2019 15:24:21 +0200 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a76490..2457826 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,20 @@ ## Outline - Monitor response times to an endpoint, cluster them, vizualize them -- Use go to create the endpoint, simulate requests using python (async), push response times to kafka, collect kafka stream in PG, cluster on a moving window using a view on PG (python), pass cluster params to kafka, pull kafka stream to websocket, realtime updating frontend viz in Vue/React... \ No newline at end of file +- Use go to create the endpoint, simulate requests using python (async), push response times to kafka, collect kafka stream in PG, cluster on a moving window using a view on PG (python), pass cluster params to kafka, pull kafka stream to websocket, realtime updating frontend viz in Vue/React... + +# Useage + +Pull containers; + +```bash +> make pull +``` + +Bring containers up; + +```bash +> make up +``` + +Viz available at `http://localhost:8080`