From b265bf1fefd7416592f07dcd022fc3cc01c40392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20M=C3=BCcke?= Date: Thu, 13 Jun 2024 07:38:06 +0200 Subject: [PATCH] docs: move unleash to tools and fade out --- radar/2022-03-28/unleash.md | 14 ++++++-------- radar/2024-06-01/unleash.md | 7 +++++++ 2 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 radar/2024-06-01/unleash.md diff --git a/radar/2022-03-28/unleash.md b/radar/2022-03-28/unleash.md index dd65ff0..3d74534 100644 --- a/radar/2022-03-28/unleash.md +++ b/radar/2022-03-28/unleash.md @@ -1,18 +1,16 @@ --- title: "Unleash" ring: adopt -quadrant: languages-and-frameworks -tags: [coding, frontend, devops] +quadrant: tools +tags: [coding, frontend, devops] --- -[Unleash](https://www.getunleash.io/) 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 +[Unleash](https://www.getunleash.io/) 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, +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](https://docs.getunleash.io/sdks#official-sdks) +To evaluate the feature flag you can choose one of the [official SDKs](https://docs.getunleash.io/sdks#official-sdks) or use the [REST-API](https://docs.getunleash.io/api) directly. diff --git a/radar/2024-06-01/unleash.md b/radar/2024-06-01/unleash.md new file mode 100644 index 0000000..6f84017 --- /dev/null +++ b/radar/2024-06-01/unleash.md @@ -0,0 +1,7 @@ +--- +title: "Unleash" +ring: adopt +quadrant: tools +tags: [coding, frontend, devops] +featured: false +---