open-feature / flagd

A feature flag daemon with a Unix philosophy
https://openfeature.dev
Apache License 2.0
481 stars 58 forks source link

[Proposal] Initial scope #21

Closed beeme1mr closed 2 years ago

beeme1mr commented 2 years ago

Flagd Initial Scope

Flagd is intended to be a lightweight feature flag control plane that's compliant with the OpenFeature specification. It's responsible for managing feature flag configurations and performing flag evaluations. Flagd is designed to support multiple deployment patterns (i.e. systemd, sysvinit, kubernetes).

Architecture

image

Requirements

Feature flag configuration management (Sync impl)

Flag evaluation

Communication (Service impl)

Future goals

beeme1mr commented 2 years ago

Initial feature set has been implemented.