- 授权协议: Apache 2.0
- 开发语言: Google Go
- 操作系统: 跨平台
- 软件首页: https://github.com/checkr/flagr
- 软件文档: https://github.com/checkr/flagr
- 官方下载: https://github.com/checkr/flagr
软件介绍
Introduction
Flagr 是一款基于 Go 的开源服务。它提供功能标记、AB测试、动态配置功能。它提供 flag 管理和 flag 评估的 REST API。
文档
快速开始
Try it with Docker.
# Start the docker container docker pull checkr/flagr docker run -it -p 18000:18000 checkr/flagr # Open the Flagr UI open localhost:18000
Or try it on https://try-flagr.herokuapp.com, it may take a while for a cold start.
curl --request POST \
--url https://try-flagr.herokuapp.com/api/v1/evaluation \
--header 'content-type: application/json' \
--data '{
"entityID": "127",
"entityType": "user",
"entityContext": {
"state": "NY"
},
"flagID": 1,
"enableDebug": true
}'Flagr Evaluation Performance
Tested with vegeta. For more details, see benchmarks.
Requests [total, rate] 56521, 2000.04 Duration [total, attack, wait] 28.2603654s, 28.259999871s, 365.529µs Latencies [mean, 50, 95, 99, max] 371.632µs, 327.991µs, 614.918µs, 1.385568ms, 12.50012ms Bytes In [total, mean] 23250552, 411.36 Bytes Out [total, mean] 8308587, 147.00 Success [ratio] 100.00% Status Codes [code:count] 200:56521 Error Set:
Flagr UI
区块链核心算法解析
【瑞士】Roger Wattenhofer(罗格.瓦唐霍费尔) / 陈晋川、薛云志、林强、祝庆 / 电子工业出版社 / 2017-8 / 59.00
《区块链核心算法解析》介绍了构建容错的分布式系统所需的基础技术,以及一系列允许容错的协议和算法,并且讨论一些实现了这些技术的实际系统。 《区块链核心算法解析》中的主要概念将独立成章。每一章都以一个小故事开始,从而引出该章节的内容。算法、协议和定义都将以形式化的方式描述,以便于读者理解如何实现。部分结论会在定理中予以证明,这样读者就可以明白为什么这些概念或算法是正确的,并且理解它们可以确保实现......一起来看看 《区块链核心算法解析》 这本书的介绍吧!
图片转BASE64编码
在线图片转Base64编码工具
URL 编码/解码
URL 编码/解码
