🏗️ Architecture
Overview
GO Feature Flag is a feature flagging system that allows you to manage feature flags in your application.
The architecture is really simple and efficient with the goal to be easy to use and let you experiment with feature flags in your application as fast as possible.
In most cases you have 1 microservice running the relay-proxy
and multiple applications running the SDKs, nothing else.
note
GO Feature Flag can also be run without the relay-proxy
if you only use the GO Module.
The relay-proxy is an API layer on top of the GO Module, so it has the same logic inside.