Categorygithub.com/breez/data-sync
repositorypackage
0.0.0-20250206114649-2b67f7774ab8
Repository: https://github.com/breez/data-sync.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

sdk-data-sync

A simple service to synchronize user data across different apps. The service has two endpoints:

  1. SetRecord - create/update a specific record that supports conflict detection
  2. ListChanges - list changes since a specific revision
  3. TrackChanges - listen in real-time for new changes

TODOs

  • Distribute sqlite files accross different folders.
  • DDoS protection.