Module schema_service

Module schema_service 

Source
Expand description

Schema Service

A standalone HTTP service that provides schema discovery and management. The schema service loads schemas from a sled database on startup and provides them via HTTP API to the main DataFold node.

Re-exports§

pub use server::SchemaServiceServer;

Modules§

server