2 repositorios
Mechanisms for determining data placement across distributed nodes using custom hashing or patterns.
Distinct from Key-Value Stores: Distinct from key browsing or listing; focuses on the logic used to route requests to specific nodes in a cluster.
Explore 2 awesome GitHub repositories matching data & databases · Custom Key Routing. Refine with filters or upvote what's useful.
This project is a Git DevOps platform and repository manager providing a complete toolset for hosting Git repositories, managing project tasks, and automating software delivery pipelines. It functions as a self-hosted version control system with integrated access controls, an issue tracker for project management, and a CI/CD pipeline orchestrator. The platform distinguishes itself by integrating DevSecOps capabilities, specifically a security scanner designed to detect secret leaks and API keys during the code review process. It coordinates the entire DevOps lifecycle, linking version control
Routes data to specific database instances or clusters using sockets or database identifiers.
phpredis is a C-based native extension that bridges PHP applications with Redis servers for high-performance data storage and retrieval. It serves as an interface for manipulating strings, hashes, lists, sets, and sorted sets while providing a direct path for executing Redis commands and server-side scripts. The extension provides comprehensive support for distributed environments and high availability. It interfaces with Redis Cluster to distribute data across multiple nodes using hash slots and manages Redis Sentinel for service discovery and automatic failover. It also enables shared state
Allows determining which node stores a key using specific substrings or user-defined hashing functions.