Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Quick start

Web app

Use the hosted deployment at app.syndb.xyz, or run the local stack and open http://localhost:8090.

Command line interface

If syndb is already on your PATH:

syndb --help

From this repository, you can run the current CLI without installing it globally:

cargo run -p cli --features full -- --help

If this clone was not created with --recurse-submodules, initialize the nested QueryFabric workspace first:

git submodule update --init --recursive

Useful next commands:

syndb auth register
syndb auth login
syndb query --help
syndb data --help

Next steps