awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Data Synchronization and Consistency · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesData Synchronization and Consistency

Frameworks and protocols for managing data state, replication, and consistency models across distributed environments.

Explore 4 awesome GitHub repositories matching networking & communication · Data Synchronization and Consistency. Refine with filters or upvote what's useful.

  1. Home
  2. Networking & Communication
  3. Distributed Systems and Peer-to-Peer
  4. Distributed Computing
  5. Data Synchronization and Consistency

Awesome Data Synchronization and Consistency GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • Snailclimb/JavaGuide

    Snailclimb/JavaGuide

    153,828GitHubView on GitHub↗

    This project is a comprehensive educational repository providing technical documentation and learning materials across a wide range of computer science and software engineering domains. It serves as a centralized knowledge base for developers, covering core programming concepts, database management, distributed systems

    Javaalgorithmsdistributed-systemsinterview
  • syncthing/syncthing

    syncthing/syncthing

    80,036GitHubView on GitHub↗

    Syncthing is a decentralized file synchronization engine that maintains consistent data states across multiple devices through peer-to-peer mesh networking. It operates as a background daemon that automatically replicates file creations, modifications, and deletions between trusted nodes without requiring central serve

    Gogop2ppeer-to-peer
  • redis/redis

    redis/redis

    73,096GitHubView on GitHub↗

    Redis is an in-memory, key-value database designed to provide sub-millisecond latency for read and write operations. It functions as a versatile data platform, serving as a distributed cache, a message broker, a NoSQL document store, and a vector database. The system utilizes an event-driven, single-threaded loop to pr

    Ccachecachingdatabase
  • pathwaycom/llm-app

    pathwaycom/llm-app

    56,311GitHubView on GitHub↗

    This project is a data processing engine and AI application platform designed for building production-grade machine learning workflows. It provides a unified programming model that handles both historical batch data and live stream ingestion, enabling the development of real-time ETL pipelines and scalable data transfo

    Jupyter Notebookchatbothugging-facellm

Explore sub-tags

  • Consistency ModelsFrameworks for distributed systems that define how data availability and consistency are prioritized.
  • Distributed File SynchronizationAutomated tools that maintain consistent file states across multiple devices and computing platforms.
  • Distributed State ManagementSystems that maintain consistent application state and shared data across multiple worker nodes or service instances.
Peer-to-Peer Synchronization Engines
Decentralized services that replicate files across multiple devices by tracking data at the block level.
  • Replication ProtocolsMechanisms that synchronize data across multiple nodes by streaming command logs to ensure high availability.