Skip to main content

Crate exoware_server

Crate exoware_server 

Source
Expand description

Store server for ingest/query/compact APIs.

Provide an StoreEngine implementation and wrap it in AppState, then call connect_stack.

Structs§

AppState
CompactConnect
IngestConnect
QueryConnect

Enums§

PruneError
RangeError

Traits§

StoreEngine
Implement these operations for your store. All methods must be thread-safe.

Functions§

connect_stack
execute_prune
reduce_over_rows
Run a grouped or scalar reduction over materialized rows.