3 repositorios
Mechanisms for replicating local filesystem state to remote database instances.
Distinct from Distributed Filesystems: Distinct from Distributed Filesystems: focuses on the synchronization of local state to remote databases rather than distributed storage architecture.
Explore 3 awesome GitHub repositories matching data & databases · Filesystem Synchronization. Refine with filters or upvote what's useful.
LibSQL is a high-performance, distributed SQL database engine that extends SQLite to support remote network access, edge computing, and real-time synchronization. It functions as an embedded database library that integrates directly into application processes while providing the infrastructure to maintain consistency across multiple geographic regions. The platform distinguishes itself by enabling database interaction over standard HTTP protocols, allowing applications to query remote data sources in serverless and edge environments without requiring local filesystem access. It includes nativ
Replicates local filesystem state to remote databases for backups and multi-machine collaboration.
TubeArchivist is a self-hosted YouTube video archiving system and metadata indexer. It functions as a personal media library and download manager that allows users to create a searchable offline collection of videos, channels, and playlists. The system distinguishes itself by indexing subtitles, comments, and channel information for full-text search and retrieval. It features automated media synchronization to track subscriptions and playlists, ensuring new content is automatically queued and downloaded as it is published. The project provides a broad set of capabilities for digital asset ma
Reconciles physical media files and thumbnails with database records to ensure index integrity and recover missing assets.
mergerfs is a FUSE-based union filesystem that pools multiple independent filesystems or directories into a single unified mount point. It acts as a proxy to underlying storage, forwarding file operations directly to the filesystem for near-native performance while merging directory listings and attribute changes. The project provides a live, read-write pooled view of storage that aggregates drives of any size without requiring reformatting or data redistribution, and it isolates individual drive failures so that the pool continues serving data from remaining filesystems. The filesystem offer
Implements synchronous POSIX call behavior that halts all threads when an underlying branch filesystem blocks.