awesome-repositories.com
Blog
awesome-repositories.com

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

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

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • twitter/twemproxyAvatar von twitter

    twitter/twemproxy

    12,340Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,340
  • linkedin/school-of-sreAvatar von linkedin

    linkedin/school-of-sre

    8,093Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,093
  • l3mon4d3/luasnipAvatar von L3MON4D3

    L3MON4D3/LuaSnip

    4,276Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,276
  1. Home
  2. Data & Databases
  3. Node Name Key Mappings

Unter-Tags erkunden

  • 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.