1 repositorio
Stores feature flag configurations in external databases or caches using pluggable storage backends.
Distinct from Database Persistence Stores: Distinct from Feature Flags: focuses on the storage backend interface rather than the management of the flags themselves.
Explore 1 awesome GitHub repository matching devops & infrastructure · Persistence Adapters. Refine with filters or upvote what's useful.
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
Stores feature flag configurations in external databases or caches using pluggable adapters.