# Offline First Data Sync

## Offline First Data Sync

- [Offline First Data Sync](https://notes.tejpratapsingh.com/offline-first-data-sync/offline-first-data-sync.md): How to successfully implement data sync between 2 devices
- [Offline Data](https://notes.tejpratapsingh.com/offline-first-data-sync/offline-first-data-sync/offline-data.md): Data you collect offline, has to be shared with other devices
- [Online Data](https://notes.tejpratapsingh.com/offline-first-data-sync/offline-first-data-sync/online-data.md): Your Online datastore, should be quarriable.
- [File Store / S3](https://notes.tejpratapsingh.com/offline-first-data-sync/offline-first-data-sync/file-store-s3.md): Online Data bucket to upload database files
- [Sync Logic](https://notes.tejpratapsingh.com/offline-first-data-sync/offline-first-data-sync/sync-logic.md): Now the magic that will sync everything.
- [Big Brother](https://notes.tejpratapsingh.com/offline-first-data-sync/offline-first-data-sync/sync-logic/big-brother.md): We always know who the Boss is.
