Skip to main content

Crate faucet_source_mysql

Crate faucet_source_mysql 

Source
Expand description

§faucet-source-mysql

MySQL query source connector for the faucet-stream ecosystem.

Connects to a MySQL database, executes a configurable SQL query, and returns rows as serde_json::Value records.

Re-exports§

pub use config::MysqlSourceConfig;
pub use stream::MysqlSource;

Modules§

config
MySQL source configuration.
stream
MySQL source implementation.

Enums§

FaucetError
All possible errors returned by faucet-stream.

Traits§

Source
A source fetches records from an external system.