上一页 1 ··· 85 86 87 88 89 90 91 92 93 ··· 125 下一页

2019年3月5日

How to scale Complex Event Processing (CEP)/ Streaming SQL Systems?

摘要: 转自:https://iwringer.wordpress.com/2012/05/18/how-to-scale-complex-event-processing-cep-systems/ What is CEP? Complex event processing (CEP) systems qu 阅读全文

posted @ 2019-03-05 09:53 荣锋亮 阅读(549) 评论(0) 推荐(0) 编辑

Understanding Complex Event Processing (CEP)/ Streaming SQL Operators with WSO2 CEP (Siddhi)

摘要: 转自:https://iwringer.wordpress.com/2013/08/07/understanding-complex-event-processing-cep-operators-with-wso2-cep-siddhi/ CEP model has many sensors. A 阅读全文

posted @ 2019-03-05 09:08 荣锋亮 阅读(781) 评论(0) 推荐(0) 编辑

Stream Processing 101: From SQL to Streaming SQL in 10 Minutes

摘要: 转自:https://wso2.com/library/articles/2018/02/stream-processing-101-from-sql-to-streaming-sql-in-ten-minutes/ We have entered an era where competitive 阅读全文

posted @ 2019-03-05 09:08 荣锋亮 阅读(537) 评论(0) 推荐(0) 编辑

2019年3月4日

混沌工程原则

摘要: 转自: https://github.com/wizardbyron/principlesofchaos_zh-cn 混沌工程是在分布式系统上进行实验的学科, 目的是建立对系统抵御生产环境中失控条件的能力以及信心。 大规模分布式软件系统的发展正在改变软件工程。作为一个行业,我们很快采用了提高开发灵活 阅读全文

posted @ 2019-03-04 18:17 荣锋亮 阅读(1412) 评论(0) 推荐(0) 编辑

2019年3月3日

Announcing HashiCorp Consul + Kubernetes

摘要: 转自:https://www.hashicorp.com/blog/consul-plus-kubernetes We're excited to announce multiple features that deeply integrate HashiCorp Consul with Kuber 阅读全文

posted @ 2019-03-03 11:22 荣锋亮 阅读(402) 评论(0) 推荐(0) 编辑

katalog-sync: Reliable Integration of Consul and Kubernetes

摘要: 转自:https://medium.com/wish-engineering/katalog-sync-reliable-integration-of-consul-and-kubernetes-ebe8aae0852a Why use consul with Kubernetes (k8s)? C 阅读全文

posted @ 2019-03-03 11:21 荣锋亮 阅读(560) 评论(0) 推荐(0) 编辑

2019年3月2日

pghoard 面向云存储的pg 备份&&恢复工具

摘要: pghoard 面向云存储的pg 备份&&恢复工具 包含的特性 自动定期basebackup 自动事务日志(WAL / Xlog软件)备份(使用pg_receivexlog, archive_command或与实验PG本地复制协议支持walreceiver) 云对象存储支持(AWS S3,Googl 阅读全文

posted @ 2019-03-02 08:32 荣锋亮 阅读(362) 评论(0) 推荐(0) 编辑

pgbench 安装试用

摘要: pgbench 是一个方便的pg 性能测试工具,以下是简单的测试试用 安装 安装pg yum install https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/pgdg-centos10-10-2.noarch 阅读全文

posted @ 2019-03-02 08:21 荣锋亮 阅读(4600) 评论(0) 推荐(1) 编辑

2019年2月28日

ClusterControl docker 环境搭建

摘要: ClusterControl 是一款比较强大的数据库管理平台,包含了丰富的数据库管理功能。 我们可以用来方便的进行数据管理 测试使用docker-compose 管理 环境准备 docker-compose 文件 version: "3" services: clustercontrol: imag 阅读全文

posted @ 2019-02-28 11:24 荣锋亮 阅读(1243) 评论(0) 推荐(0) 编辑

验证远程主机SSH指纹

摘要: 转自:https://marskid.net/2018/02/05/how-to-verify-ssh-public-key-fingerprint/ 使用SSH进行远程连接新的主机的时候,经常会看到一个提示: $ ssh 127.0.0.1 The authenticity of host '12 阅读全文

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

2019年2月27日

GitLab Shell如何通过SSH工作

摘要: 转自:https://wayjam.me/post/how-gitlab-shell-works-with-ssh.md GitLab访问Git仓库 首先回顾GitLab的Git仓库四种访问方式: git pull over http -> gitlab-rails (Authorization) 阅读全文

posted @ 2019-02-27 22:37 荣锋亮 阅读(900) 评论(0) 推荐(0) 编辑

Top PG Clustering HA Solutions for PostgreSQL

摘要: 转自:https://severalnines.com/blog/top-pg-clustering-ha-solutions-postgresql If your system relies on PostgreSQL databases and you are looking for clust 阅读全文

posted @ 2019-02-27 18:40 荣锋亮 阅读(687) 评论(0) 推荐(0) 编辑

ClusterControl 强大免费数据管理工具

摘要: 几张参考图 galera 集群管理 多种数据库管理 组件架构 参考资料 https://severalnines.com/docs/intro.html 阅读全文

posted @ 2019-02-27 09:45 荣锋亮 阅读(724) 评论(0) 推荐(0) 编辑

2019年2月26日

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 荣锋亮 阅读(746) 评论(0) 推荐(0) 编辑

2019年2月25日

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 荣锋亮 阅读(278) 评论(0) 推荐(0) 编辑

10 BPMN PDF books, articles and brochures

摘要: 转自:https://www.heflo.com/blog/bpm/bpmn-pdf/ If you are looking for more information about BPMN (Business Process Model and Notation) in handouts, or e 阅读全文

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

chaostoolkit 混沌工程工具集

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

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

2019年2月24日

Optimizing Docker Images for Rust Projects

摘要: 转自:http://whitfin.io/speeding-up-rust-docker-builds/ This post will be the first of several addressing Docker image optimizations for different projec 阅读全文

posted @ 2019-02-24 14:01 荣锋亮 阅读(301) 评论(0) 推荐(0) 编辑

bloom-server 基于 rust 编写的 rest api cache 中间件

摘要: bloom-server 基于 rust 编写的 rest api cache 中间件,他位于lb 与api worker 之间,使用redis 作为缓存内容存储, 我们需要做的就是配置proxy,同时他使用基于share 的概念,进行cache 的分布存储,包含了请求端口(proxy,访问数据) 阅读全文

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

2019年2月22日

svelte 构建快速web 应用的工具

摘要: svelte 和angular vue reat 类似,都是方便快速的创建用户界面,最大不同的地方是svelte 转换你的app 是在构建时,而不是运行时,所以好处就是不用花费太多的操作在,框架的 抽象上 以下为一个简单的例子,代码来自官方文档: 注意使用了svelte 的template 安装de 阅读全文

posted @ 2019-02-22 14:18 荣锋亮 阅读(936) 评论(0) 推荐(0) 编辑

2019年2月21日

Using Elixir Dynamic Supervisors

摘要: 转自: https://blog.smartlogic.io/elixir-dynamic-supervisors/ I have been working on my side project Grapevine, a community site for text based multiplay 阅读全文

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

2019年2月18日

goreleaser 方便的go 二进制包分发工具

摘要: goreleaser 可以帮助我们进行go 二进制包的快速,简单分发,我们可以用来创建一个github release 以及发布到homwbrew formula 。 安装 mac 系统,实际根据自己的系统选择,我使用brew 安装 brew install goreleaser 使用 创建go m 阅读全文

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

dive 方便的观察容器各层信息的工具

摘要: dive 是一个方便的观察容器各层信息的工具,同时也集成了容器构建命令,方便我们在构建容器 镜像的同时查询镜像各层的变动信息 安装 mac 系统,可以按照自己的系统选择安装方式 wget https://github.com/wagoodman/dive/releases/download/v0.6 阅读全文

posted @ 2019-02-18 15:49 荣锋亮 阅读(609) 评论(0) 推荐(0) 编辑

2019年2月16日

Running Elixir in Docker Containers

摘要: 转自:https://www.poeticoding.com/running-elixir-in-docker-containers/ One of the wonderful things about Docker Containers is that you can easily freeze 阅读全文

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

Distributed Phoenix Chat using Redis PubSub

摘要: 转自:https://www.poeticoding.com/distributed-phoenix-chat-using-redis-pubsub/ In the previous article, Create a High-Availability Kubernetes Cluster on 阅读全文

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

Connecting Elixir Nodes with libcluster, locally and on Kubernetes

摘要: 转自:https://www.poeticoding.com/connecting-elixir-nodes-with-libcluster-locally-and-on-kubernetes/ Transcript In the last few articles we saw how to ma 阅读全文

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

Distributed Phoenix Chat with PubSub PG2 adapter

摘要: 转自:https://www.poeticoding.com/distributed-phoenix-chat-with-pubsub-pg2-adapter/ In this article we’ll see how to cluster the Phoenix Chat nodes, usin 阅读全文

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

showdoc 开源在线api&&技术文档管理工具

摘要: showdoc 是一个很不错的api 以及技术文档管理工具 环境准备 doker-copose 文件 version: "3" services: doc: image: registry.docker-cn.com/star7th/showdoc volumes: - "./showdoc_dat 阅读全文

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

2019年2月15日

简单 babel plugin 开发-使用lerna 工具

摘要: babel在现在的web 应用开发上具有很重要的作用,帮助我们做了好多事情,同时又有 比较多的babel plugin 可以解决我们实际开发上的问题。 以下只是学习下如果编写一个简单的babel plugin,项目使用lerna 进行代码包管理 插件开发模型 项目准备 lerna 项目初始化 ler 阅读全文

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

2019年2月14日

简单webpack plugin 开发

摘要: 重要是学习下怎么开发webpack plugin,同时记录下 插件模型 webpack 是一个插件,可以是javascript class ,或者具名 class 定义apply 方法 指定一个绑定到webpack 自身的事件钩子 使用webpack提供的plugin api 操作构建结果 参考格式 阅读全文

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

immutable-styles 基本试用

摘要: 此文档来自官方文档,从官方demo 学起比较快 安装 官方推荐的是通过webpack 的构建方式,通过babel loader clone 代码 git clone https://github.com/callum-hart/immutable-styles-tutorial.git 安装依赖 y 阅读全文

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

2019年2月13日

CSS Overrides: Friend or Foe?

摘要: 转自:http://www.callumhart.com/blog/css-overrides-friend-or-foe Anyone familiar with CSS will know how fragile it can be. Changes to CSS must be made ca 阅读全文

posted @ 2019-02-13 09:41 荣锋亮 阅读(288) 评论(0) 推荐(0) 编辑

2019年2月12日

react-static 基于react 渐进式静态站点生成框架

摘要: react-static 是一个不错的基于react 开发的静态站点生成框架,可以用来替代create-react-app 包含的特性 100% react 很快的构建以及性能 自动代码以及数据分离 seo 友好 100% 支持react 的生态,包含css in js graphql redux 阅读全文

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

immutable-styles 新的css style 开发模式

摘要: immutable-styles 是一个开源的library,可以方便我们开发强壮以及可预测的web 界面,不用担心其他css 的影响 特性 编译时错误提示 防止css 覆盖 分离破坏点 严格继承 重复属性捕获 不可变混入 使用jsx 编写 参考资料 https://github.com/callu 阅读全文

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

2019年2月10日

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 荣锋亮 阅读(1404) 评论(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 荣锋亮 阅读(263) 评论(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 荣锋亮 阅读(10142) 评论(0) 推荐(0) 编辑

2019年2月9日

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) 编辑

2019年2月8日

pack 方便的npm 构建工具

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

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

2019年2月7日

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 荣锋亮 阅读(491) 评论(0) 推荐(0) 编辑

上一页 1 ··· 85 86 87 88 89 90 91 92 93 ··· 125 下一页

导航