awesome-repositories.com
Blog
awesome-repositories.com

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

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

3 repositorios

Awesome GitHub RepositoriesNode Name Key Mappings

Logical mapping of keys to node names to decouple data placement from physical server addresses.

Distinct from Hash-Tag Key Mapping: Distinct from Hash-Tag Key Mapping: uses logical node names for relocation instead of hashing specific key substrings

Explore 3 awesome GitHub repositories matching data & databases · Node Name Key Mappings. Refine with filters or upvote what's useful.

Awesome Node Name Key Mappings GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • twitter/twemproxyAvatar de twitter

    twitter/twemproxy

    12,340Ver en GitHub↗

    Twemproxy is a lightweight proxy that routes and distributes requests across multiple Redis and Memcached backend servers. It functions as a protocol translation gateway and distributed cache shard manager, partitioning data across clusters to balance load and storage capacity. The system acts as a high-availability cache orchestrator, employing health monitoring and automatic server ejection to maintain continuous access to cached data. It integrates with sentinels for dynamic master and replica discovery and utilizes consistent hashing and tag-based key grouping to manage data distribution

    Associates keys with logical node names to allow server relocation without disrupting the hashing ring.

    C
    Ver en GitHub↗12,340
  • linkedin/school-of-sreAvatar de linkedin

    linkedin/school-of-sre

    8,093Ver en GitHub↗

    This project is a comprehensive educational resource and curriculum focused on site reliability engineering, distributed systems, and infrastructure operations. It provides technical guides, a systems engineering course, and instructional manuals designed to teach the principles of managing large-scale computing environments. The curriculum covers high-level architectural design for scalability and resilience, including fault-tolerant infrastructure, high-availability patterns, and microservices decomposition. It emphasizes the practical application of site reliability engineering through the

    Explains the use of hashing functions to assign data keys to specific servers within a cluster.

    HTMLgithadooplinux
    Ver en GitHub↗8,093
  • l3mon4d3/luasnipAvatar de L3MON4D3

    L3MON4D3/LuaSnip

    4,276Ver en GitHub↗

    LuaSnip is a scriptable text expansion framework and Lua-based snippet engine. It allows for the creation of reusable text templates and complex nested structures that expand into a buffer using triggers and jumpable tabstops. The system distinguishes itself by using abstract syntax trees to trigger expansions based on structural code patterns rather than simple text matching. It features a multi-format importer capable of parsing snippet definitions from community standards such as LSP and SnipMate. The framework covers dynamic code generation through Lua functions, regex-based capture grou

    Addresses any node in a snippet tree by a user-assigned key instead of by its jump-index path.

    Lualuaneovimsnippet-engine
    Ver en GitHub↗4,276
  1. Home
  2. Data & Databases
  3. Node Name Key Mappings

Explorar subetiquetas

  • Snippet Node Key ReferencesAddresses any node in a snippet tree by a user-assigned key instead of by its jump-index path. **Distinct from Node Name Key Mappings:** Distinct from Node Name Key Mappings: focuses on user-assigned keys for snippet tree addressing, not data placement mappings.