docs.getunleash.io Open in urlscan Pro
2606:50c0:8003::153  Public Scan

Submitted URL: http://unleash.github.io/
Effective URL: https://docs.getunleash.io/
Submission: On October 26 via manual from SK — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Skip to main content

UnleashDocumentationDeploy and manageIntegrationsAPI
Unleash Enterprise
๐ŸŒœ
๐ŸŒž

SearchK

 * Getting started
   * Introduction
   * Quickstart
   * Important Concepts
   * What's new in v4?
   * Create a feature toggle
   * Activation Strategies
   * Control rollout
   * Projects
   * Unleash Context
   * User Management
   * Role-based Access control
   * API Tokens
   * Technical Debt
 * Unleash SDKs
 * Addons
 * Advanced

On this page


INTRODUCTION

Welcome to the Unleash documentation. Our goal with our documentation is to
guide you through the most essential concepts of Unleash.

One of the most important aspects of the architecture to understand is that
feature toggles are evaluated in a client SDKs which runs as part of your
application. This makes toggle evaluations super-fast (we talk nano-seconds),
scalable and resilient against network disturbances. In order to achieve this
Unleash compromises a small update-delay when you change your toggle
configurations until it is fully propagated to your application (in terms of
seconds and is configurable).

If you want more details you can read about our unique architecture.


UNLEASH SERVER

Before you can connect your application to Unleash you need a Unleash server.
You have a few options available:

 1. Unleash Open-source
    * Docker
    * Helm Chart
    * Click-to-deploy on Heroku
 2. Unleash Enterprise
    * Hosted Plans
    * Self-hosted


SYSTEM OVERVIEW



 * Unleash API - The service holding all feature toggles and their
   configurations. Configurations declare which activation strategies to use and
   which parameters they should get. API documentation
 * Unleash Admin UI - The dashboard used to manage feature toggles, define new
   strategies, look at metrics, etc. Create your first feature toggle
 * Unleash SDK - Used by clients to check if a feature is enabled or disabled.
   The SDK also collects metrics and sends them to the Unleash API. See all our
   SDKs
 * Unleash Proxy - Sits between frontend/native applications and the Unleash
   API. Ensures high performance and that you don't expose the full feature
   toggle configuration to end-users. Read more about Unleash Proxy

To be super fast (we talk nano-seconds), the client SDK caches all feature
toggles and their current configuration in memory. The activation strategies are
also implemented in the SDK. This makes it really fast to check if a toggle is
on or off because it is just a simple function operating on local state, without
the need to poll data from the database.

Edit this page

Next
Quickstart ยป
 * Unleash Server
 * System Overview

Product
 * Docs
 * Open-Source
 * Roadmap

Community
 * Stack Overflow
 * Slack
 * Twitter

Copyright ยฉ 2021 Unleash. Built with Docusaurus.