Skip to main content

Module sync

Module sync 

Source
Expand description

sync_operations repository surface.

Mirrors Python’s cognee/modules/sync/methods/ 1:1: create / mark started / mark completed / mark failed / update progress / list running / lookup by run_id.

Modules§

repository
SyncOperationRepository trait + DTO row.
sea_orm_impl
SeaORM-backed SyncOperationRepository implementation.

Structs§

SeaOrmSyncOperationRepository
SeaORM impl of SyncOperationRepository. Cheap to clone (interior Arc).
SyncOperationRow
Snapshot of one sync_operations row (every column).

Enums§

SyncOperationStatus
Status enum used by the repository surface. String values match Python’s JSON column verbatim.

Traits§

SyncOperationRepository
Persistence trait for the cloud sync router.