Skip to main content

Start

Starts the TuringDB server. This is the default command, running turingdb without a subcommand is equivalent to turingdb start.

Options

Examples

Interactive mode (default):
Daemon mode on a custom port:
Daemon mode with the visualizer:
Load a graph at startup:

UI

Launches the built-in graph visualizer.
Once started, open the visualizer at http://127.0.0.1:8080 (or the port set via -ui-port).

Options

Examples

Start TuringDB with the UI:
Start TuringDB as a daemon with the UI on a custom port:

Stop

Gracefully stops a TuringDB instance running as a daemon. It sends a stop signal through the Unix socket and waits for the process to shut down gracefully.

Options

Examples

Stop the default instance:
Stop an instance running in a custom directory: