Add new example folder for publishing events to satori, with a minimal satori sdk
This commit is contained in:
11
examples/satori_publisher/satori_publisher.sh
Normal file
11
examples/satori_publisher/satori_publisher.sh
Normal 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
|
Reference in New Issue
Block a user