awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesFilesystem Synchronization

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.

Awesome Filesystem Synchronization GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • tursodatabase/libsqlAvatar de tursodatabase

    tursodatabase/libsql

    16,887Voir sur GitHub↗

    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.

    Cdatabaseembedded-databaserust
    Voir sur GitHub↗16,887
  • tubearchivist/tubearchivistAvatar de tubearchivist

    tubearchivist/tubearchivist

    7,561Voir sur GitHub↗

    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.

    Pythonarchivedownload-managerdownload-videos
    Voir sur GitHub↗7,561
  • trapexit/mergerfsAvatar de trapexit

    trapexit/mergerfs

    5,709Voir sur GitHub↗

    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.

    C++aufsdatahoardingfilesystem
    Voir sur GitHub↗5,709
  1. Home
  2. Data & Databases
  3. Distributed Filesystems
  4. Filesystem Synchronization

Explorer les sous-tags

  • Filesystem Freeze BlockingHalts all threads when an underlying branch filesystem blocks, as POSIX calls are synchronous and cannot time out or spawn new threads. **Distinct from Filesystem Synchronization:** Distinct from Filesystem Synchronization: focuses on the blocking behavior of synchronous POSIX calls when a branch becomes unresponsive, not on replicating state to remote databases.
  • Media Index SynchronizationReconciling physical media files and thumbnails with a metadata database to ensure index integrity. **Distinct from Filesystem Synchronization:** Distinct from Filesystem Synchronization: focuses on the specific reconciliation of media assets (files/thumbnails) with database records rather than general filesystem replication.