Skip to content
/ syncway Public

A lightweight, real-time synchronization database designed for seamless data integration across devices, ensuring efficiency, reliability, and simplicity.

Notifications You must be signed in to change notification settings

tjb/syncway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chamber of understanding

Architecture

Adapters

Adapters are client side that track & apply changes to a specific database.

Core

Core is a client side manager that will communicate with the sync engine and apply any changes to a database.

Sync Engine

Sync Engine communicates with Core, manages changesets to create parity across all databases, and broadcast updates.

TODO

  • Create Adapter for SQLite
    • Implement TrackChanges
    • Implement ApplyChanges
  • Create Core Sync Manager
    • Implement NewSyncManager
    • Implement InitSync
    • Implement sendChangesToEngine
    • Implement listenForChanges

About

A lightweight, real-time synchronization database designed for seamless data integration across devices, ensuring efficiency, reliability, and simplicity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages