Skip to content

5. Architecture

Dan Richelson edited this page Jun 21, 2024 · 3 revisions

Components (all managed by the dorkly-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. Dorkly 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 Dorkly Server

dorkly

Clone this wiki locally