Use the relay proxy
The GO Feature Flag Relay Proxy serves as the backend for your feature flag solution, housing all the necessary logic for feature flag management.
It provides APIs to enable remote access to the GO Feature Flag system. While you have the option to interact directly with these APIs, it is recommended to use the Openfeature SDK and the appropriate provider for your programming language for a seamless experience.
The relay proxy is designed to be simple, lightweight, and stateless. It operates without the need for any databases or complex systems, as it loads feature flag configuration files from a specified location and stores them in memory. Periodic polling ensures the proxy stays up-to-date with any changes in the configuration. This straightforward setup makes installation and usage incredibly easy and hassle-free.
📄️ Getting started
Getting started with the relay proxy.
📄️ Installation
Relay proxy is the component that will evaluate the flags, this page explain how to install it.
📄️ Configuration
How to configure the relay proxy to serve your feature flags.
📄️ API endpoints
Description of the available endpoints in the relay proxy.
📄️ Deployment
Deploy the relay proxy.
📄️ Monitoring / Tracing
Monitoring and Tracing of the relay proxy.
📄️ Profiling
Profiling of the relay proxy.
📄️ Advanced usage
All the advanced usage of the relay proxy.