2 Repos
Tools for maintaining persistent background processes that replicate data between local and remote storage.
Distinguishing note: Focuses on background daemon management for data replication, distinct from general system monitoring.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Background Synchronization. Refine with filters or upvote what's useful.
Atuin is a command-line tool that replaces standard shell history with a searchable, encrypted SQLite database. By hooking into shell initialization scripts, it provides an interactive, keyboard-driven interface for real-time command filtering and retrieval. The platform ensures data privacy through a client-side encryption layer, securing sensitive history and configuration data before it is synchronized across multiple machines. Beyond history management, Atuin functions as an executable documentation platform that enables teams to create and share interactive runbooks. These documents use
Maintains a persistent background process that manages encrypted data replication between local storage and remote cloud hubs.
This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a robust framework for managing application state by synchronizing data across browsers, mobile devices, and server-side runtimes. By treating local storage as the primary source of truth, it enables applications to remain functional without network connectivity, automatically reconciling changes with remote backends once a connection is restored. The database distinguishes itself through a modular architecture that supports cross-environment synchronization and high-performance d
Replicates changes to remote servers in the background while handling network interruptions and retries.