Skip to content

5. Architecture

drichelson edited this page Nov 15, 2024 · 2 revisions

Components (all managed by the brightly-flags Terraform module) include:

  1. Feature flag definitions stored as yaml files in a GitHub repository. Example
  2. A GitHub Action: Reads in human-friendly yaml files, and converts them to an archive format consumed by:
  3. Brightly Server: Docker container: Serves the flags to your application. This is a very thin wrapper around the ld-relay appliance running in offline mode
  4. Your App with a properly configured LaunchDarkly SDK connected to the Brightly Server

brightly

Clone this wiki locally