2 Repos
Sends HTTP callouts to any endpoint when a feature flag changes, enabling custom integrations and workflows.
Distinct from Incremental Change Notifications: Distinct from Incremental Change Notifications: focuses on flag-specific change notifications rather than general incremental data sync with cursor-based delta tracking.
Explore 2 awesome GitHub repositories matching system administration & monitoring · Flag Change Webhooks. Refine with filters or upvote what's useful.
Flagsmith is an open-source platform for managing feature flags and remote configuration across web, mobile, and server applications. It provides a comprehensive REST API for programmatic management of flags, segments, and identities, and can be deployed on private infrastructure for secure, compliant feature flag management with full operational control. The platform distinguishes itself through a server-side flag evaluation engine that resolves segments, traits, and percentage rollouts per request, alongside a multivariate flag variant system supporting multiple typed values with configurab
Sends HTTP callouts to any endpoint when a feature flag changes, enabling custom integrations and workflows.
This project is a feature flag library for Elixir applications, designed to manage and toggle application functionality at runtime. It provides a distributed system for controlling code paths without requiring new deployments, allowing developers to enable or disable features globally, for specific users, or for defined groups. The library distinguishes itself through a pluggable persistence framework that supports various storage backends, ensuring that flag configurations remain consistent across application restarts. It maintains state synchronization across distributed nodes using messagi
Sends notifications or triggers when a feature flag changes, enabling consistent state across a cluster.