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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesConcurrent Write Coordinators

Systems that arbitrate simultaneous write attempts to prevent data loss and maintain metadata synchronization.

Distinct from Atomic Write Coordinators: Focuses on arbitrating simultaneous writes via a catalog rather than grouping tasks into a single transaction.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Concurrent Write Coordinators. Refine with filters or upvote what's useful.

Awesome Concurrent Write Coordinators GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • shengqiangzhang/examples-of-web-crawlersAvatar de shengqiangzhang

    shengqiangzhang/examples-of-web-crawlers

    14,651Ver en GitHub↗

    This project is a collection of Python scripts and tools designed for web scraping, browser automation, and large-scale data extraction. It provides a set of implementations for retrieving information from websites and private APIs, including tools for multimedia downloading and social media data archiving. The toolset includes specialized mechanisms for bypassing anti-scraping measures through IP proxy pool rotation and multi-threaded crawlers. It also features capabilities for simulating browser sessions to handle authentication, intercepting session cookies, and decrypting network payloads

    Employs thread locks to synchronize concurrent writes from multiple workers to shared CSV files.

    HTMLagent-poolcrawlerexample
    Ver en GitHub↗14,651
  • delta-io/deltaAvatar de delta-io

    delta-io/delta

    8,596Ver en GitHub↗

    Delta is a lakehouse table format that brings ACID transactions and data warehouse consistency to large scale data lakes on cloud object storage. It serves as an ACID transaction manager, coordinating atomic commits and serializable isolation for concurrent reads and writes across distributed compute engines. The project provides a multi-engine interoperability layer that uses format translation to allow diverse SQL engines and processing frameworks to read and write the same tables. It functions as a data versioning system, utilizing a transaction log to enable time travel, historical snapsh

    Arbitrates simultaneous write attempts via a centralized catalog to prevent data loss.

    Scalaacidanalyticsbig-data
    Ver en GitHub↗8,596
  • attic-labs/nomsAvatar de attic-labs

    attic-labs/noms

    7,422Ver en GitHub↗

    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

    Uses concurrent write coordinators and optimistic locking to prevent data corruption during simultaneous insertions.

    Go
    Ver en GitHub↗7,422
  1. Home
  2. Software Engineering & Architecture
  3. Shared Caching Topologies
  4. Shared Cache Write Permissions
  5. Concurrent Write Coordinators