awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

14 个仓库

Awesome GitHub RepositoriesRemote Synchronization

Mechanisms for pushing local database changes to a remote server.

Distinct from Local Databases: Focuses on the background sync of local database state to a remote server, not general local storage

Explore 14 awesome GitHub repositories matching data & databases · Remote Synchronization. Refine with filters or upvote what's useful.

Awesome Remote Synchronization GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • apache/pouchdbapache 的头像

    apache/pouchdb

    17,581在 GitHub 上查看↗

    PouchDB is a JavaScript NoSQL document store designed to persist JSON data within web browsers or Node.js environments. It functions as an offline-first data store that caches information on a local device and synchronizes with a remote server when connectivity is available. The database implements the CouchDB API to ensure compatibility for bidirectional data replication. This allows for the synchronization of documents between a local client and remote CouchDB servers to maintain consistency across multiple devices. The project provides capabilities for local browser data storage and remot

    Facilitates the replication of local data to a remote server to maintain consistency across devices.

    JavaScriptcouchdbdatabasehacktoberfest
    在 GitHub 上查看↗17,581
  • realm/realm-swiftrealm 的头像

    realm/realm-swift

    16,608在 GitHub 上查看↗

    This is a mobile object database and NoSQL local data store that replaces relational tables with a schema-based model. It functions as a reactive data store, using live object observations and change notifications to trigger automatic user interface refreshes. The system provides built-in mobile cloud data synchronization to keep local datasets consistent with a remote server across multiple devices. It also includes security features for encrypted local storage, protecting sensitive on-disk data using at-rest encryption keys and fine-grained access control. Broad capabilities include object

    Automatically synchronizes local database changes with a remote server to keep devices in sync.

    Objective-C
    在 GitHub 上查看↗16,608
  • rstacruz/cheatsheetsrstacruz 的头像

    rstacruz/cheatsheets

    14,429在 GitHub 上查看↗

    This project is a comprehensive collection of web development reference guides and technical cheat sheets. It provides a curated set of markdown-based documentation designed to help developers quickly locate syntax patterns and API examples for common web technologies and programming languages. The repository serves as a specialized reference library covering several distinct technical domains. It includes extensive guides for CSS, focusing on selectors, Flexbox, Grid, and responsive layout properties, as well as a DevOps command reference for Docker, Kubernetes, AWS, Ansible, and general she

    Provides reference patterns for synchronizing local data models with a remote server via HTTP.

    SCSS
    在 GitHub 上查看↗14,429
  • vnotex/vnotevnotex 的头像

    vnotex/vnote

    12,839在 GitHub 上查看↗

    VNote is a native C++ desktop application designed as a Markdown note-taking platform and digital knowledge base. It provides a high-performance environment for organizing, editing, and structuring information using a Markdown-based content model. The application distinguishes itself with a Vi-style input mode for text navigation and a system of priority-based event hooks for extensibility. It further supports customization through CSS-based theme styling and global hotkey mapping. Broad capabilities include personal knowledge management via full-text and tag search, digital mind mapping, an

    Coordinates network transfers and authentication to synchronize local notebooks with remote storage.

    C++
    在 GitHub 上查看↗12,839
  • hackjutsu/leptonhackjutsu 的头像

    hackjutsu/Lepton

    10,335在 GitHub 上查看↗

    Lepton is a cross-platform snippet manager and cloud-synced code library designed to organize and synchronize reusable code fragments and text snippets across different operating systems. It functions as a developer productivity tool and a markdown-enabled code editor for managing technical documentation. The application supports synchronization via remote backends and private enterprise server instances, including GitHub Enterprise integration. It utilizes token-based authentication to secure private code repository syncing and ensures connectivity in restricted corporate environments throug

    Synchronizes code snippets across different devices using remote backends and authentication tokens.

    JavaScriptdesktop-clientelectronelectron-app
    在 GitHub 上查看↗10,335
  • electric-sql/electricelectric-sql 的头像

    electric-sql/electric

    9,909在 GitHub 上查看↗

    Electric is a Postgres data synchronization engine and replication proxy designed to enable local-first software. It replicates data from Postgres databases to client-side stores in real time using logical replication, allowing applications to maintain a local embedded database for offline access and low-latency updates. The system distinguishes itself by using shapes to filter and authorize specific subsets of database rows and columns before streaming them to clients or edge workers. It further supports multi-user collaboration by integrating a conflict-free replicated data type framework t

    Implements background synchronization of data from an embedded local database to a remote server.

    Elixircrdtcrdtselixir
    在 GitHub 上查看↗9,909
  • maxrave-dev/simpmusicmaxrave-dev 的头像

    maxrave-dev/SimpMusic

    9,535在 GitHub 上查看↗

    SimpMusic is an ad-free music streaming application that provides background audio and video playback from external web sources. It enables personal music library management through the organization of custom playlists and the synchronization of user accounts across multiple devices. The application features AI-powered real-time translation of time-synced lyrics and integrates with vehicle head units to map playback controls and browsing for in-car use. It utilizes cookie-based session synchronization to access personal libraries and recommendations from external services. The platform inclu

    Synchronizes user playlists and library metadata between local databases and remote accounts.

    Kotlinandroidandroid-16android-app
    在 GitHub 上查看↗9,535
  • knqyf263/petknqyf263 的头像

    knqyf263/pet

    5,270在 GitHub 上查看↗

    Pet 是一个命令行代码片段管理器,用于存储、标记和执行常用的 Shell 命令和脚本。它作为一个交互式命令选择器和 Shell 历史记录捕获工具,允许用户从历史记录中提取一次性命令并将其保存为可重用的片段。 该工具的特色在于集成了 Git 同步配置管理器,利用远程 Git 提供商 API 和访问令牌在多台设备间保持片段集合的一致性。它还具有交互式搜索界面,支持基于标签的分类,以便浏览和启动已保存的命令。 该系统通过动态参数扩展支持 Shell 工作流自动化,在原生 Shell 进程中执行命令前提示用户输入或应用默认值。片段通过基于标签的索引进行组织并存储在本地平面文件中,支持跨多个目录管理集合以及项目特定的配置。 该项目使用 Go 编写,可编译为本地安装的独立可执行二进制文件。

    Synchronizes local snippet files with remote Git providers using access tokens.

    Gocommand-linegogolang
    在 GitHub 上查看↗5,270
  • shanalikhan/code-settings-syncshanalikhan 的头像

    shanalikhan/code-settings-sync

    4,084在 GitHub 上查看↗

    该项目是一个 VS Code 设置同步器和开发环境管理器,旨在在多台机器之间保持一致的编辑器配置、键绑定和扩展列表。它作为一个配置备份工具,使用 GitHub Gist 作为远程存储后端来托管和分发设置文件。 该系统通过在不同操作系统和硬件之间镜像插件集和核心设置,实现了开发环境的可移植性。它支持通过绝对路径文件映射同步自定义代码片段和非标准配置文件。 该工具包括一个同步管理界面,用于控制数据排除和本地设置保留,防止特定于机器的覆盖被覆盖。它提供基于环境的设置过滤,以及通过 GitHub Enterprise API 集成连接到私有企业网络的能力。 数据同步通过手动上传和事件驱动的触发器处理,这些触发器在本地文件修改或应用程序启动时启动更新。

    Synchronizes custom code snippets between different installations to ensure a consistent development experience.

    TypeScriptgistgithub-gistsettings-sync
    在 GitHub 上查看↗4,084
  • skygragon/leetcode-cliskygragon 的头像

    skygragon/leetcode-cli

    3,852在 GitHub 上查看↗

    leetcode-cli is a command line interface for browsing, solving, and submitting coding challenges to LeetCode without using a web browser. It serves as an algorithm practice manager and a plugin-based developer tool that enables users to manage the full lifecycle of competitive programming from the terminal. The project provides a containerized code execution environment using Docker to run and test algorithm solutions in isolated environments. It features a modular architecture that supports third-party extensions to add custom features and workflows. The tool covers a wide range of capabili

    Synchronizes local progress and submission history with the remote platform via authenticated requests.

    JavaScript
    在 GitHub 上查看↗3,852
  • nolly-studio/cult-uinolly-studio 的头像

    nolly-studio/cult-ui

    3,286在 GitHub 上查看↗

    Cult-UI is an AI application UI kit and a collection of accessible components and templates designed for building large language model powered interfaces and agent workflows. It provides a foundation for developing AI applications, including specialized interface libraries for retrieval-augmented generation and agent orchestration. The project distinguishes itself through dedicated UI building blocks for coordinating multi-agent systems, evaluator-optimizer loops, and tool-based execution flows. It also features a component installation CLI and model context protocols for rapidly integrating

    Coordinates data exchange between local browser databases and remote servers for session consistency.

    TypeScriptcomponentsdesign-engineeringframer-motion
    在 GitHub 上查看↗3,286
  • simolus3/driftsimolus3 的头像

    simolus3/drift

    3,231在 GitHub 上查看↗

    Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database tables to classes and execute SQL queries with build-time validation. It functions as a type-safe query builder and a wrapper for SQLite and PostgreSQL, eliminating manual result set parsing by binding query outputs to native objects. The project distinguishes itself through a build-time code generation system that produces type-safe APIs and validates raw SQL statements against database versions before execution. It features reactive query streaming, which transforms SQL queries

    Provides mechanisms for synchronizing local database changes with a remote server.

    Dartdartdart-build-systemflutter
    在 GitHub 上查看↗3,231
  • couchbase/couchbase-lite-ioscouchbase 的头像

    couchbase/couchbase-lite-ios

    1,664在 GitHub 上查看↗

    Couchbase Lite for iOS is an embedded NoSQL database engine designed for native mobile and desktop applications. It functions as a library within the application process, providing local document storage and structured querying capabilities that allow software to remain fully functional and responsive without an active internet connection. The library distinguishes itself through a replication engine that synchronizes local database changes with a central server to maintain consistent state across multiple devices. This synchronization process utilizes a delta-based protocol to transmit only

    Replicates local database changes to a central server while pulling incoming updates to maintain consistent state.

    Objective-Cdatabaseiosmacos
    在 GitHub 上查看↗1,664
  • lguipeng/noteslguipeng 的头像

    lguipeng/Notes

    1,431在 GitHub 上查看↗

    Notes is an Android application designed for personal knowledge management and task organization. It functions as an offline-first utility that prioritizes local data persistence, allowing users to capture and store text-based information without requiring an active network connection. The application organizes content into a card-based interface that supports custom themes for visual arrangement. To ensure data availability and portability, it includes features for manual file-system export and local archiving, enabling users to maintain backups independent of external services. Beyond its

    Coordinates data merging between local storage and remote cloud services to maintain cross-device consistency.

    Java
    在 GitHub 上查看↗1,431
  1. Home
  2. Data & Databases
  3. Local Databases
  4. Remote Synchronization

探索子标签

  • Snippet SynchronizationMechanisms for synchronizing code fragments between local storage and remote backends. **Distinct from Remote Synchronization:** Focuses on code snippets specifically, rather than general database state synchronization.