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
- Authenticate — set up your account and verify for academic access
- Search data
- Upload data
- SyQL queries — query neuroanatomical data (requires academic verification)
- Federation — join as a federated node
- API documentation