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

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

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

3 个仓库

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

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

    twitter/twemproxy

    12,340在 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
    在 GitHub 上查看↗12,340
  • linkedin/school-of-srelinkedin 的头像

    linkedin/school-of-sre

    8,093在 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
    在 GitHub 上查看↗8,093
  • l3mon4d3/luasnipL3MON4D3 的头像

    L3MON4D3/LuaSnip

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

探索子标签

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