Expand description
LaminarDB standalone server binary.
Modulesยง
- ai ๐
- Build the AI subsystem (model registry + provider clients + cache + call
log) from
[ai]/[models]server configuration. - cluster ๐
- Cluster (multi-node) mode startup orchestrator.
- cluster_
config ๐ - Cluster mode configuration extraction and validation.
- config ๐
- TOML configuration parsing for LaminarDB server.
- http ๐
- HTTP API for LaminarDB server.
- metrics ๐
- Prometheus metrics setup for LaminarDB server.
- pgwire ๐
- Postgres wire endpoint. Trust by default; MD5 with
pgwire_users; TLS withpgwire_tls_cert+pgwire_tls_key. Non-loopback binds requirepgwire_allow_remote = true. - reload ๐
- Hot-reload: config diff engine and incremental DDL application.
- server ๐
- Engine construction and lifecycle for LaminarDB server.
- watcher ๐
- File system watcher for automatic config hot-reload.
Structsยง
- Args ๐
Staticsยง
- GLOBAL ๐
Functionsยง
- build_
checkpoint_ ๐store - main ๐
- validate_
checkpoints_ ๐and_ exit