Flagr
openflagr/flagr
功能开关 / A-B 测试 / 动态配置微服务
部署命令
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 实验
- 场景
- 🌏 出海辅助