Skip to content

Running the Agent

Documents on how to run the agent locally

First install the agent for your platform.

You can run the installed InfiniStream Agent binary by just running

infini-agent play

You can run the NATS cli and execute stream commands.

./nats -s nats://localhost:4222 server

to get server info

./nats -s nats://localhost:4222 stream ls

to list streams and write and read sequences.