awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

14 Repos

Awesome GitHub RepositoriesRemote-to-Local Database Synchronizers

Systems that synchronize remote resource attributes and relationships with local database entities for offline access.

Distinct from Entity-Table Synchronizers: Specifically addresses the synchronization of remote web resources with a local database, rather than just aligning code models with schema definitions.

Explore 14 awesome GitHub repositories matching data & databases · Remote-to-Local Database Synchronizers. Refine with filters or upvote what's useful.

Awesome Remote-to-Local Database Synchronizers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • restkit/restkitAvatar von RestKit

    RestKit/RestKit

    10,104Auf GitHub ansehen↗

    RestKit is an iOS REST API integration framework used to connect Apple platform applications to web services. It centers on RESTful resource modeling, transforming remote API data structures into typed local objects and database entities. The framework provides capabilities for remote data persistence by caching web service resources in a local database to enable offline access. It also handles network data serialization, using pluggable parsers to convert JSON or XML responses into application data models. Additional functionality includes multipart file uploading for sending binary data an

    Synchronizes remote resource attributes and relationships with a local database to enable offline data availability.

    Objective-C
    Auf GitHub ansehen↗10,104
  • wpscanteam/wpscanAvatar von wpscanteam

    wpscanteam/wpscan

    9,636Auf GitHub ansehen↗

    WPScan is a security analysis utility and vulnerability scanner designed specifically for auditing WordPress installations and other content management systems. It functions as a web application security tool that identifies misconfigurations, outdated software, and security holes in core installations, plugins, and themes. The tool employs black-box scanning techniques to perform site component enumeration, identifying users, themes, and plugins by matching known file paths and response signatures. It matches these detected components against a database of known security flaws to analyze the

    Maintains a local copy of vulnerability definitions synchronized from a remote source for offline checks.

    Ruby
    Auf GitHub ansehen↗9,636
  • anxcye/anx-readerAvatar von Anxcye

    Anxcye/anx-reader

    7,613Auf GitHub ansehen↗

    anx-reader is a cross-platform e-book reader and cloud-synced library manager. It renders various electronic book formats into a standardized HTML view with customizable themes and fonts for a consistent experience across different operating systems. The project integrates a large language model as a reading assistant to summarize text and answer questions about book content. It also functions as a digital annotation tool for creating color-coded highlights and detailed notes for external research export. The system includes capabilities for organizing digital library collections, synchroniz

    Syncs local storage with a cloud backend by mirroring data changes to maintain state across devices.

    Dartdartebook-readerflutter
    Auf GitHub ansehen↗7,613
  • attic-labs/nomsAvatar von attic-labs

    attic-labs/noms

    7,422Auf GitHub ansehen↗

    Noms is a distributed version control database and content-addressable data store. It identifies data by cryptographic hashes to ensure integrity and deduplication, while tracking dataset state changes through a sequence of immutable commits to enable branching, forking, and historical recovery. The system functions as a peer-to-peer data synchronizer, reconciling state between disconnected database instances to ensure all nodes converge on the same data. It distinguishes itself as a schema-flexible document store that supports self-describing types, allowing schemas to evolve and widen as ne

    Enables private forking or offline work by copying data between local and remote databases.

    Go
    Auf GitHub ansehen↗7,422
  • prismarinejs/mineflayerAvatar von PrismarineJS

    PrismarineJS/mineflayer

    7,139Auf GitHub ansehen↗

    Mineflayer is a Node.js game automation framework and JavaScript API for creating programmable Minecraft bots. It functions as a headless game client that implements the Minecraft protocol to connect external applications to game servers without a graphical user interface. The project enables the automation of character actions, including movement, combat, and interaction with the game world. It provides specialized systems for calculating navigation routes through 3D environments, manipulating blocks to build or mine, and managing user account authentication and session tokens. The framewor

    Maintains a local memory cache of the game environment based on server packets.

    JavaScriptbotminecraftminecraft-api
    Auf GitHub ansehen↗7,139
  • fiorix/freegeoipAvatar von fiorix

    fiorix/freegeoip

    4,932Auf GitHub ansehen↗

    freegeoip ist ein selbstgehosteter Geolokalisierungsdienst und API-Server, der IP-Adressen und Hostnamen geografischen Standorten zuordnet. Er fungiert als MaxMind-Datenbankleser, der binäre Geolokalisierungsdatenbanken parst, um Standortdaten über eine REST-Schnittstelle bereitzustellen. Das Projekt zeichnet sich dadurch aus, dass es eine private Alternative zu Cloud-Geolokalisierungsanbietern bietet, lokale Datenbankdateien verwaltet und regelmäßige Updates automatisiert. Es enthält einen Reverse-Proxy-IP-Resolver, um ursprüngliche Client-Adressen aus Proxy-Headern zu extrahieren und so eine genaue Zuordnung hinter Load Balancern sicherzustellen. Der Dienst integriert ein Kontingentverwaltungssystem, um Anfragelimits pro Client durchzusetzen, und sichert seine Endpunkte mittels TLS-Verschlüsselung und CORS-Richtlinien. Er bietet zudem eine automatisierte Datenbank-Synchronisierung mit prüfsummenbasierter Versionsverifizierung und ein optionales öffentliches Web-Frontend für die Durchführung von Abfragen.

    Automatically synchronizes remote geographic data files to a local instance to keep location data current.

    Gofreegeoipgeolocationgo
    Auf GitHub ansehen↗4,932
  • corcel/corcelAvatar von corcel

    corcel/corcel

    4,780Auf GitHub ansehen↗

    Corcel transforms a remote WordPress site into a local data source by wrapping its REST API in an object-relational mapper. As a headless CMS bridge, it synchronizes remote posts, pages, users, and options into local models, enabling offline querying and manipulation from external PHP applications. The library uses pluggable adapters to fetch different WordPress resource types and a schema-based translation layer that converts WordPress post types and fields into local definitions. It validates user credentials against a remote WordPress database and integrates with the host framework’s authe

    Synchronizes remote WordPress content state to local storage for consistent offline or cached access.

    PHPcorceleloquenthacktoberfest
    Auf GitHub ansehen↗4,780
  • ombi-app/ombiAvatar von Ombi-app

    Ombi-app/Ombi

    4,090Auf GitHub ansehen↗

    Ombi is a media request management system that coordinates content discovery between users, media servers, and download managers. It acts as a middleware layer to automate the process of requesting, approving, and acquiring movies, music, and TV shows. The project differentiates itself by acting as an integration layer that synchronizes libraries and user accounts across multiple media server instances. It features a content request orchestrator that supports voting-based automatic approval and the ability to import active requests directly from external watchlists. The platform covers a bro

    Convert items added to an external media server watchlist into active requests to automate content discovery.

    C#
    Auf GitHub ansehen↗4,090
  • nextcloud/desktopAvatar von nextcloud

    nextcloud/desktop

    3,613Auf GitHub ansehen↗

    This project is a multi-device synchronization tool and remote storage manager that maintains a mirrored state of data between a local machine and a remote server. It provides cloud file synchronization and cross-device data access, allowing local files and folders to be consistent across multiple computers. The client utilizes WebDAV for file management and synchronization, while employing the Open Collaboration Services API for account and session management. It integrates a cross-platform native wrapper to provide OS-level file system integration and includes a command line interface for m

    Tracks changes on both the local disk and remote server to resolve conflicts and synchronize file hierarchies.

    C++c-plus-pluscppdesktop
    Auf GitHub ansehen↗3,613
  • 5rahim/seanimeAvatar von 5rahim

    5rahim/seanime

    2,864Auf GitHub ansehen↗

    This project is a self-hosted media server for organizing, streaming, and tracking anime and manga collections. It functions as a BitTorrent streaming client that allows video content to be played directly from torrents and cloud storage, a manga reader and tracker, and a media processing system using hardware-accelerated transcoding to ensure browser compatibility. The system distinguishes itself through synchronized media viewing, enabling users to host watch parties by coordinating playback in real time across multiple devices. It also features an extensible framework with a JavaScript-bas

    Synchronizes personal watchlists and tracking data with remote anime and manga databases.

    Goanilistanimeanime-downloader
    Auf GitHub ansehen↗2,864
  • tcgoetz/garmindbAvatar von tcgoetz

    tcgoetz/GarminDB

    2,923Auf GitHub ansehen↗

    GarminDB is a local fitness data store and self-hosted health data archive designed to import, archive, and analyze health and activity metrics from Garmin accounts. It functions as a fitness data aggregator and metric analysis tool, maintaining a private database of health records for independent tracking and custom querying. The system features a GPS activity heatmap generator to visualize frequently traveled paths and a plugin system for integrating specialized third-party data fields and custom metrics. It employs a local-first persistence model that retains original source files on disk

    Synchronizes remote fitness data with a local database for offline access and ownership.

    Pythondatabasegarminhealth
    Auf GitHub ansehen↗2,923
  • hitherejoe/android-boilerplateAvatar von hitherejoe

    hitherejoe/Android-Boilerplate

    1,855Auf GitHub ansehen↗

    Android-Boilerplate is a modular Android project template pre-configured with dependency injection, reactive streams, and testing tools to accelerate mobile application development. The codebase integrates Dagger for managing component dependencies and object lifecycles, and implements RxJava for asynchronous data streams and event-driven application state management. The application architecture incorporates a pre-configured testing suite using Espresso and Mockito for executing both unit and user interface instrumentation tests. Data handling includes local-first database persistence along

    Downloading, persisting, and synchronizing remote data from backend endpoints to maintain an up-to-date local dataset.

    Java
    Auf GitHub ansehen↗1,855
  • schneehertz/exhentai-manga-managerAvatar von SchneeHertz

    SchneeHertz/exhentai-manga-manager

    1,724Auf GitHub ansehen↗

    Diese Anwendung ist ein lokales Verwaltungssystem zum Organisieren, Taggen und Lesen von digitalen Comic- und Manga-Sammlungen. Es fungiert als zentrales Dienstprogramm, das lokale Archive und Ordner in eine durchsuchbare Bibliothek indiziert und es Nutzern ermöglicht, ihre digitalen Assets durch strukturierte Metadatenspeicherung und Datenbank-Backups zu verwalten. Die Software zeichnet sich durch die Integration einer Remote-Metadaten-Synchronisation aus, die detaillierte Informationen aus Online-Quellen abruft und zuordnet, um lokale Einträge präzise zu beschriften. Sie bietet fortschrittliche Discovery-Tools, die komplexe Abfragen mittels Tags, Kategorien und Dateipfaden unterstützen, sowie Tag-Analyse-Dienstprogramme, die statistische Einblicke und Übersetzungen zur Verbesserung der Sammlungsstruktur generieren. Über die Kernverwaltung hinaus bietet das System eine integrierte Anzeigeoberfläche, die mehrere Lesemodi unterstützt, wie z. B. Einzel- oder Doppelseitenansicht sowie kontinuierliches Scrollen. Zudem bietet es Erweiterbarkeit durch externe Prozess-Orchestrierung, was die Ausführung benutzerdefinierter Skripte und die Integration von Bildbetrachtern von Drittanbietern für spezialisierte Workflows ermöglicht.

    Synchronizes remote web service content with local database entries to keep library metadata accurate and up-to-date.

    Vuee-hentaiehentaiexhentai
    Auf GitHub ansehen↗1,724
  • barryvdh/laravel-translation-managerAvatar von barryvdh

    barryvdh/laravel-translation-manager

    1,702Auf GitHub ansehen↗

    This project provides a comprehensive localization infrastructure for Laravel applications, centering on a database-backed registry for translation strings. It enables developers to centralize application content, moving away from purely file-based management to a persistent storage model that supports multi-language workflows. The system distinguishes itself through automated discovery and synchronization capabilities. It parses source code to identify and register translation keys, while also utilizing middleware to detect missing keys during runtime. These automated processes are paired wi

    Imports local language files into a database and exports database records back to files for production deployment.

    PHP
    Auf GitHub ansehen↗1,702
  1. Home
  2. Data & Databases
  3. Entity Modeling
  4. Entity-Table Synchronizers
  5. Remote-to-Local Database Synchronizers

Unter-Tags erkunden

  • Localization Data SynchronizersUtilities for synchronizing translation strings between persistent database storage and local application language files. **Distinct from Remote-to-Local Database Synchronizers:** Distinct from Remote-to-Local Database Synchronizers: focuses on bidirectional synchronization of application localization files and database records, rather than remote resource entity mapping.
  • State Mirroring2 Sub-TagsSynchronizing local database entities with remote mirrors to maintain consistency across devices. **Distinct from Remote-to-Local Database Synchronizers:** Focuses on mirroring application state rather than just resource attributes or configuration folders.
  • Watchlist Synchronizers1 Sub-TagSystems that synchronize personal anime and manga watchlists between remote databases and a local server. **Distinct from Remote-to-Local Database Synchronizers:** Specifically targets media consumption lists rather than general database entity synchronization.