Add new example folder for publishing events to satori, with a minimal satori sdk

This commit is contained in:
Benjamin Sergeant
2018-11-07 12:26:32 -08:00
parent 2b203c4616
commit 6dbfe28427
18 changed files with 8886 additions and 1 deletions

View File

@ -0,0 +1,11 @@
#!/bin/sh
endpoint="ws://127.0.0.1:8765"
endpoint="ws://127.0.0.1:5678"
appkey="appkey"
channel="foo"
rolename="a_role"
rolesecret="a_secret"
path=events.jsonl
build/satori_publisher $endpoint $appkey $channel $rolename $rolesecret $path