oversync-core
Core types, traits, config, and errors for the oversync data sync engine.
Part of oversync.
What this crate provides
OriginConnector/Sinktraits -- the two fundamental interfaces every connector and sink implementsOriginFactory/TargetFactory-- factory traits for creating connectors and sinks from JSON configTransformHook/TransformPipeline-- composable event transform chain applied before sinksDeltaEvent/EventEnvelope/RawRow-- core data model for rows, delta events, and envelope metadataOversyncConfig/OversyncError-- configuration loading and unified error type
Usage
use ;
use ;
// Implement a custom origin connector
License
Apache-2.0