Module rove::data_switch

source ·
Expand description

Utilities for creating and using DataConnectors

Implementations of the DataConnector trait are how ROVE accesses to data for QC. For any data source you wish ROVE to be able to pull data from, you must write an implementation of DataConnector for it, and load that connector into a DataSwitch, which you then pass to start_server if using ROVE in gRPC mode, or Scheduler::new otherwise.

Structs

Enums

  • Error type for DataSwitch

Traits

Type Aliases