1 مستودع
Mechanisms for mirroring application configuration states across different deployment targets.
Distinct from Database State Synchronization: Existing candidates focus on rendering, language state, or database schemas, not feature flag state mirroring.
Explore 1 awesome GitHub repository matching devops & infrastructure · Cross-Environment Configuration Synchronization. Refine with filters or upvote what's useful.
Flipper is a runtime feature toggle system and library for Ruby applications. It enables the management of application features by toggling functionality on or off without the need to deploy new code. The system provides a mechanism for controlling code execution through boolean states, actor-based access, and percentage-based traffic rollouts. It includes a management interface for modifying flag states in real-time and a central registry for tracking available capabilities. The project covers a broad range of operational capabilities, including environment-specific flag isolation, configur
Provides a mechanism to mirror feature states between environments to ensure consistency across deployment targets.