Run as a Process

The Intelligence Hub runtime is started and stopped using the scripts included in the runtime directory.

Start Runtime

To launch the runtime in a command shell, open a shell and navigate to the runtime directory. Start the runtime by executing the start-[OS] file associated with your OS (e.g., start-windows.bat, ./start-linux.sh, ./start-macos.sh).

The runtime will begin logging event messages to the console upon startup.

Stop Runtime

To stop the runtime safely, execute the corresponding stop-[OS] script. This will ensure the runtime completes any outstanding work (e.g., persisting configuration updates, storing data for future forwarding, etc.) before shutting down.