An overview of OpenFeature and Flipt OpenFeature integrations.
OpenFeature is an open specification that provides a vendor-agnostic, community-driven API for feature flagging that works with your favorite feature flag management tool.
OpenFeature allows you to use the same feature flagging API across multiple feature flag management tools. This means that you can switch between feature flag management tools without having to change your code.
OpenFeature is a CNCF Sandbox project. You can learn more about OpenFeature on the OpenFeature website.
As a feature flag management tool, Flipt provides our own OpenFeature integrations (providers). This means that you can use the OpenFeature API with Flipt v2.
From the OpenFeature Specification:
Providers are the “translator” between the flag evaluation calls made in application code, and the flag management system that stores flags and in some cases evaluates flags.
We currently provide the following OpenFeature providers:
While Flipt v2 is backward compatible with Flipt v1, the OpenFeature providers have not yet been updated to support the new environments
concept in Flipt v2.
We are currently working on updating the OpenFeature providers to support environments.
The official Flipt OpenFeature Provider using the OpenFeature Node SDK.
The official Flipt OpenFeature Provider using the OpenFeature Web SDK.
The official Flipt OpenFeature Provider using the OpenFeature Go SDK.
The official Flipt OpenFeature Provider using the OpenFeature Java SDK.
The official Flipt OpenFeature Provider using the OpenFeature C# SDK.
The official Flipt OpenFeature Provider using the OpenFeature Python SDK.
The official Flipt OpenFeature Provider using the OpenFeature Ruby SDK.
Need a client in another language? Let us know!
The OpenFeature Remote Evaluation Protocol (OFREP) is an API specification for feature flagging that allows the use of generic providers to connect to any feature flag management systems that support the protocol.
Flipt is one of the early adopters of the OFREP protocol and has implemented the protocol in its API.
The OFREP protocol is still in the early stages of development, so the specification is subject to change.
The API documentation for the OFREP protocol implementation in Flipt is available in the OpenFeature Remote Evaluation API documentation.
For more information on the OFREP protocol, see the OpenFeature Remote Evaluation Protocol repository on GitHub.
An overview of OpenFeature and Flipt OpenFeature integrations.
OpenFeature is an open specification that provides a vendor-agnostic, community-driven API for feature flagging that works with your favorite feature flag management tool.
OpenFeature allows you to use the same feature flagging API across multiple feature flag management tools. This means that you can switch between feature flag management tools without having to change your code.
OpenFeature is a CNCF Sandbox project. You can learn more about OpenFeature on the OpenFeature website.
As a feature flag management tool, Flipt provides our own OpenFeature integrations (providers). This means that you can use the OpenFeature API with Flipt v2.
From the OpenFeature Specification:
Providers are the “translator” between the flag evaluation calls made in application code, and the flag management system that stores flags and in some cases evaluates flags.
We currently provide the following OpenFeature providers:
While Flipt v2 is backward compatible with Flipt v1, the OpenFeature providers have not yet been updated to support the new environments
concept in Flipt v2.
We are currently working on updating the OpenFeature providers to support environments.
The official Flipt OpenFeature Provider using the OpenFeature Node SDK.
The official Flipt OpenFeature Provider using the OpenFeature Web SDK.
The official Flipt OpenFeature Provider using the OpenFeature Go SDK.
The official Flipt OpenFeature Provider using the OpenFeature Java SDK.
The official Flipt OpenFeature Provider using the OpenFeature C# SDK.
The official Flipt OpenFeature Provider using the OpenFeature Python SDK.
The official Flipt OpenFeature Provider using the OpenFeature Ruby SDK.
Need a client in another language? Let us know!
The OpenFeature Remote Evaluation Protocol (OFREP) is an API specification for feature flagging that allows the use of generic providers to connect to any feature flag management systems that support the protocol.
Flipt is one of the early adopters of the OFREP protocol and has implemented the protocol in its API.
The OFREP protocol is still in the early stages of development, so the specification is subject to change.
The API documentation for the OFREP protocol implementation in Flipt is available in the OpenFeature Remote Evaluation API documentation.
For more information on the OFREP protocol, see the OpenFeature Remote Evaluation Protocol repository on GitHub.