Running the Agent
Documents on how to run the agent locally
First install the agent for your platform.
Standalone binary
Section titled “Standalone binary”You can run the installed InfiniStream Agent binary by just running
infini-agent playYou can run the NATS cli and execute stream commands.
./nats -s nats://localhost:4222 serverto get server info
./nats -s nats://localhost:4222 stream lsto list streams and write and read sequences.