vdsl-sync 0.2.0

File synchronization engine — N-location, pluggable store & backend
Documentation

vdsl-sync — N-location file synchronization engine.

Topology-centric model: TopologyFile (identity) + LocationFile (per-location state)

  • RouteGraph (DAG) による分散ファイルストレージの同期エンジン。

Architecture

  • Domain — core entities ([TopologyFile], [LocationFile], [Transfer], [LocationId])
  • Application — use-case orchestration ([SdkImpl], [TopologyStore], [TopologyScanner])
  • Infrastructure — persistence and transfer ([TransferStore], [StorageBackend])