Skip to main content

Crate superstac_engine

Crate superstac_engine 

Source
Expand description

Runtime that ties storage, search, and health monitoring together.

SuperSTACEngine is the entry point: construct with a storage backend, call start() to run health checks and /collections introspection, then search(), list_collections(), etc.

Re-exports§

pub use engine::SuperSTACEngine;
pub use discovery::CollectionAvailability;
pub use types::SharedStorage;

Modules§

capabilities
discovery
engine
health
types