DRAFTThis page is not published. Only visible in development mode.
Operate

Run the Server

Start reifydb-server, know its ports, and shut it down cleanly.

Starting

bash
reifydb-server

By default the server listens for HTTP on 0.0.0.0:8090 and WebSocket on 0.0.0.0:8091, with admin endpoints bound to localhost. This section will document every port and flag.

Lifecycle

The server runs until signalled and shuts down gracefully. This section will cover signals, draining, and what happens to unflushed state.

Docker

This section will provide a container image reference and a minimal docker run example.