Recently I handled a support request asking for clarification about what problems can be solved with a system like LaunchDarkly, and how it's different from every other analytics/event-tracking service. I realized that we actually have a wide range of things that customers are doing with our service—many of them are not obvious use cases for feature flags, but it turns out they work pretty well. I'm trying to beware of seeing everything as a nail, but I think these are all good fits for feature flags.

LaunchDarkly allows you to control your software releases, by separating the deployment and rollout processes. Many people think of deployment and rollout as the same thing, but it is incredibly powerful if you can separate them. Deployment is actually pushing the code to your production servers, and rollout is exposing the new features to your users. With LaunchDarkly, you can:

  • Roll out a new feature to a subset of your users (like a group of users who opt-in to a beta tester group), gathering feedback and bug reports from real-world use cases.
  • Gradually roll out a feature to a percentage of users, and track the effect that the feature has on key metrics (for instance, how likely is a user to complete a purchase if they have feature A versus feature B?).
  • Turn off a feature that you realize is causing performance problems in production, without needing to re-deploy, or even restart the application with a changed configuration file.
  • Grant access to certain features based on user attributes, like payment plan (eg: users on the 'gold' plan get access to more features than users in the 'silver' plan).
  • Disable parts of your application to facilitate maintenance, without taking everything offline.

This is just a brief sample of some of the use cases that some of our customers are using right now. So, while tracking events is an important part of powering these use-cases (especially for A/B testing and canary launching), it is not the main focus.

Take a look at our blog and docs (I linked to a few relevant pages above, but there is more there), and of course, we're happy to answer any other questions that you might have, or help you get started.

LAUNCHDARKLY HELPS YOU BUILD BETTER SOFTWARE FASTER WITH FEATURE FLAGS AS A SERVICE. START YOUR FREE TRIAL NOW.

 

Related Content

More about Best Practices

August 13, 2015