Files
TechradarDev/radar/2022-03-28/unleash.md
Daniel Pötzinger bcf1ead9b3 documentation: Add tags to all featured blibs (#139)
* documentation: add tags to all featured blips
2022-11-18 11:39:23 +01:00

796 B

title, ring, quadrant, tags
title ring quadrant tags
Unleash adopt languages-and-frameworks
coding
frontend
devops

Unleash is a feature (toggle / flag) management service written in Node.js. You can enable/disable features independent of deployment schedules. For larger projects with many feature flags you can benefit from usage statistics and metrics which are collected for each flag.

A lot of activation strategies are provided by Unleash out of the box, like Boolean On/Off, Gradual Rollout, IPs, and so on, while allowing you to add custom strategies.

To evaluate the feature flag you can choose one of the official SDKs or use the REST-API directly.