随笔分类 -  云运维&&云架构

上一页 1 ··· 160 161 162 163 164 165 166 167 168 ··· 181 下一页

haproxy httpcheck with basic auth
摘要:一个简单的需求,就是需要在 haproxy 的 httpcheck 使用 basic 认证,解决方法 base64 编码username 以及密码 echo -n "my_username:my_password" | base64 echo -n "my_username:my_password" 阅读全文

posted @ 2019-02-26 22:25 荣锋亮 阅读(736) 评论(0) 推荐(0) 编辑

architecture and business process modelling
摘要:bpmn 架构相关的文章: 转自:https://www.heflo.com/definitions/architecture-business-process-modeling/ BPMN Modeling Tool. Process Modeling (Blog Category). Proce 阅读全文

posted @ 2019-02-25 12:44 荣锋亮 阅读(276) 评论(0) 推荐(0) 编辑

chaostoolkit 混沌工程工具集
摘要:chaostoolkit 目标是提供一个免费,开放,社区驱动的工具集以及api 以下为一张参考图 一些已经的扩展 基础设施/平台 Fault Injections: [chaostoolkit-kubernetes][chaoskube]: Kubernetes activities [chaost 阅读全文

posted @ 2019-02-25 09:08 荣锋亮 阅读(2385) 评论(0) 推荐(0) 编辑

awesome-workflow-engines
摘要:转自:https://github.com/meirwah/awesome-workflow-engines awesome-workflow-engines A curated list of awesome open source workflow engines Full fledged pr 阅读全文

posted @ 2019-02-10 22:52 荣锋亮 阅读(1371) 评论(0) 推荐(0) 编辑

Next generation configuration mgmt
摘要:转自:https://purpleidea.com/blog/2016/01/18/next-generation-configuration-mgmt/ It’s no secret to the readers of this blog that I’ve been active in the 阅读全文

posted @ 2019-02-10 10:16 荣锋亮 阅读(262) 评论(0) 推荐(0) 编辑

go-elasticsearch 来自官方的 golang es client
摘要:elasticsearch 终于有了官方的golang sdk 了,地址 https://github.com/elastic/go-elasticsearch 当前还不稳定,同时主要是对于es7 的实现,后期会添加 5,6 的支持 参考资料 https://github.com/elastic/g 阅读全文

posted @ 2019-02-10 09:52 荣锋亮 阅读(10127) 评论(0) 推荐(0) 编辑

nginx unit nodejs 模块试用(续)
摘要:最新(应该是18 年了)nginx unit 发布了新的版本,对于nodejs 的支持有很大的改进,上次测试过,问题还是 比较多,这次使用新版本在测试下对于nodejs 的支持,以及以前block 的问题。 备注: 测试系统centos 7 环境准备 配置yum源 /etc/yum.repos.d/ 阅读全文

posted @ 2019-02-09 00:28 荣锋亮 阅读(329) 评论(0) 推荐(0) 编辑

pack 方便的npm 构建工具
摘要:一般我们都是使用nodejs 自身的npm 或者yarn进行 npm 包的开发(包括构建),但是随着强类型的开发模式 在实际web 的开发中越来越重要,大家一般都会选择使用typescript 等js 的超集语言进行web 开发。 pack 就是一款方便我们进行npm 包构建同时帮助我们生成type 阅读全文

posted @ 2019-02-08 14:15 荣锋亮 阅读(1507) 评论(0) 推荐(0) 编辑

WebSocket-Over-HTTP Protocol
摘要:转自:https://pushpin.org/docs/protocols/websocket-over-http/ WebSocket-Over-HTTP Protocol The WebSocket-Over-HTTP protocol is a simple, text-based proto 阅读全文

posted @ 2019-02-07 17:44 荣锋亮 阅读(483) 评论(0) 推荐(0) 编辑

pushpin Server-sent events && openresty 集成试用
摘要:前边有写过一个简单pushpin 集成stream 的demo,这次测试下sse 的功能 备注: 环境依然使用的是docker-compose运行 环境准备 docker-compose 文件 version: "3" services: pushpin: image: fanout/pushpin 阅读全文

posted @ 2019-02-07 17:35 荣锋亮 阅读(647) 评论(0) 推荐(0) 编辑

Rendering on the Web
摘要:转自: https://developers.google.com/web/updates/2019/02/rendering-on-the-web Rendering on the Web Google Developers Web Updates02-06 23:52 As developers 阅读全文

posted @ 2019-02-07 09:55 荣锋亮 阅读(291) 评论(0) 推荐(0) 编辑

pushpin openresty 集成试用
摘要:pushpin 是一个很不错的将restapi 转换为reailtime api 的proxy,openresty 具有很强的nginx 控制能力 可以方便的用来进行api 的开发,默认其他语言pushpin 提供了sdk ,但是lua 的暂时还没有,所以基于 http 请求,搞一个简单的测试,后期 阅读全文

posted @ 2019-02-07 09:54 荣锋亮 阅读(401) 评论(0) 推荐(0) 编辑

100 webhook implementations
摘要:转自: https://streamdata.io/blog/100-webhook-implementations/ 很不错的整理 What is the scope of the event-driven API landscape - We give you 100 Webhook imple 阅读全文

posted @ 2019-02-05 23:07 荣锋亮 阅读(402) 评论(0) 推荐(0) 编辑

streamdataio 实时数据分发平台
摘要:streamdataio 是一个实时的数据分发平台(当然是收费的,但是设计部分可以借鉴),我们可以通过这个平台 方便的拉取rest api 数据,或者发布数据到后端,streamdataio 可以帮助你解决复杂的实时数据发布 典型的参考架构 当然,streamdataio 支持的发布模型还是比较多, 阅读全文

posted @ 2019-02-05 23:00 荣锋亮 阅读(1195) 评论(0) 推荐(0) 编辑

Generic Realtime Intermediary Protocol
摘要:转自:https://pushpin.org/docs/protocols/grip/ Introduction The Generic Realtime Intermediary Protocol (“GRIP”) makes it possible for a web service to de 阅读全文

posted @ 2019-02-05 19:51 荣锋亮 阅读(229) 评论(0) 推荐(0) 编辑

pushpin 将web services 转换为realtime api 的反向代理工具
摘要:pushpin 是一款反向代理工具,可以将web services 转换为实时的api 参考架构图 包含的特性 透明 无状态 共享nothing 发布&&订阅模型 几种灵活用法 基本使用 集成api 管理工具 集成消息队列 微服务模型 大规模cdn 模型 说明 pushpin 自己设计为了一个标准的 阅读全文

posted @ 2019-02-05 19:50 荣锋亮 阅读(350) 评论(0) 推荐(0) 编辑

Pushpin How it works
摘要:转自:https://pushpin.org/docs/about/#how-it-works Introduction Pushpin is a reverse proxy server that makes it easy to implement WebSocket, HTTP streami 阅读全文

posted @ 2019-02-05 19:50 荣锋亮 阅读(381) 评论(0) 推荐(0) 编辑

What is Zeebe?
摘要:转自:https://zeebe.io/what-is-zeebe/ Zeebe is a workflow engine for microservices orchestration. This write-up will help you understand exactly what Zee 阅读全文

posted @ 2019-02-04 20:36 荣锋亮 阅读(1255) 评论(0) 推荐(0) 编辑

pipenv 方便的python 开发工作流工具
摘要:pipenv 将 composer、bundler、npm、yarn、cargo 等比较方便的包管理工具添加到了python 语言中,可以 帮助我们自动的管理virtualenv ,同时可以方便的从pipefile 中添加或者移除包 pipenv 解决的问题 我们不用在独立的使用pip 以及viru 阅读全文

posted @ 2019-02-04 19:19 荣锋亮 阅读(499) 评论(0) 推荐(0) 编辑

zeebe docker-compose 运行(包含monitor)
摘要:环境准备 docker-compose 文件 version: "3" services: db: image: oscarfonts/h2 container_name: zeebe_db ports: - "1521:1521" - "81:81" monitor: image: camunda 阅读全文

posted @ 2019-02-04 12:55 荣锋亮 阅读(1032) 评论(0) 推荐(0) 编辑

上一页 1 ··· 160 161 162 163 164 165 166 167 168 ··· 181 下一页

导航