uqi is a lightweight user interface (UI) for managing kdb+ stacks. Download it from alphakdb.com/uqi.Documentation Index
Fetch the complete documentation index at: https://qi.alphakdb.com/llms.txt
Use this file to discover all available pages before exploring further.
Local
With the hub running on your local machine, create a new connection in the UI:- Type: q
- Host: localhost
- Port: 8000 (or your configured hub port)
Remote
To connect the UI to a remote server, use the cqi Command Line Interface (CLI) to bridge the connection between the UI and the hub. From the remote server, fetch cqi with: Linux:Start the API bridge
With cqi downloaded, run the following: Linux:-listen port.
Connect from the UI
With the hub and cqi running on the remote machine, create a new connection in the UI:- Type: api
- Host: your-server-ip
- Port: 9000 (or your proxy port e.g. 443)