🧰
开源工具集

标注清楚怎么用:在线即用 / 可自托管 / 桌面应用 / 命令行

English

Flagr

openflagr/flagr
一条命令部署 需要一台自己的服务器,但 README 里有可直接执行的 Docker 命令,复制粘贴就能跑起来。

功能开关 / A-B 测试 / 动态配置微服务

A/B测试
Flagr 网站截图

部署命令

docker pull ghcr.io/openflagr/flagr
docker run -it -p 18000:18000 ghcr.io/openflagr/flagr

open http://localhost:18000

摘自项目 README。需要一台装了 Docker 的服务器,命令可能还需补充环境变量。

项目简介(摘自 README)

Flagr is an open-source Go service for feature flags, A/B tests, and dynamic configuration. One primitive, the flag, backs all three: your code calls POST /api/v1/evaluation, Flagr looks at who is asking (entityID, entityContext), and returns a variant plus optional JSON attachment.

星数
★ 2.6k
语言
Go
许可证
Apache-2.0
最近更新
2026-09-21
分类
A/B 实验
场景
🌏 出海辅助