Skip to content

Minimal Example using LaunchDarkly Server-Side Ruby SDK with OpenFeature

License

Notifications You must be signed in to change notification settings

gitarcode/launchdarkly-hello-openfeature-ruby-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaunchDarkly Sample OpenFeature Ruby Server Application

Build and run

We've built a simple console script that demonstrates how LaunchDarkly's OpenFeature provider works.

Build instructions

  1. Set the environment variable LAUNCHDARKLY_SDK_KEY to your LaunchDarkly SDK key. If there is an existing boolean feature flag in your LaunchDarkly project that you want to evaluate, set LAUNCHDARKLY_FLAG_KEY to the flag key; otherwise, a boolean flag of sample-feature will be assumed.
    export LAUNCHDARKLY_SDK_KEY="1234567890abcdef"
    export LAUNCHDARKLY_FLAG_KEY="my-boolean-flag"
  2. If you have not installed the bundler tool, run gem install bundler on the command line.
  3. On the command line, run bundle install
  4. Run bundle exec ruby main.rb

You should see the message "The <flag key> feature flag evaluates to <true/false>".

About

Minimal Example using LaunchDarkly Server-Side Ruby SDK with OpenFeature

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%