From 01274307ee0723a293772bd226ea0e880a3b8e8c Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 22 Sep 2011 09:45:16 +0200 Subject: //hyper/influx/http: initial commit --- hyper/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'hyper/README.md') diff --git a/hyper/README.md b/hyper/README.md index 07fa1de5..d1a2bc0c 100644 --- a/hyper/README.md +++ b/hyper/README.md @@ -13,3 +13,14 @@ ## send data for calculation echo 9000+2^42 | curl -fvsS --data-binary @- $url/{path} + +## spawn process with http influx and local efflux + +hint: maybe run each command in some separate terminal. + + id=dummy sh -x //hyper/process/spawn stdbuf -o 0 sed 's/[^0-9 ]//g' + port=3 node //hyper/influx/http //proc/dummy/0 + cat //proc/dummy/1 + cat //proc/dummy/2 + date | curl -fvsS --data-binary @- http://localhost:3 + -- cgit v1.2.3