camel: soft load balance(slb) middle ware - control nginx servers by portal and api.
Go to file
2017-07-12 12:00:33 +08:00
camel-admin add basic model info - runtime_config 2016-09-07 18:09:22 +08:00
camel-agent fix a bug about script path 2017-01-24 21:46:18 +08:00
Dengine Dengine: change tengine config 2016-08-24 19:08:06 +08:00
.gitignore Dengine: change .gitignore file for submit lib dir(very stupid mistake) 2016-08-24 16:43:11 +08:00
camel_help.docx add help doc 2017-07-12 12:00:33 +08:00
LICENSE change LICENSE, add project copyright 2016-08-24 10:13:33 +08:00
NOTICE.txt remove incorrect message 2016-08-24 19:12:48 +08:00
pom.xml remove conflict dependency 2016-09-01 11:52:50 +08:00
README.md add README 2016-09-06 14:57:03 +08:00

Camel - a soft load balance midware

该项目的主Repo移至Dianping Camel请关注主Repo。

logo

Camel 是大众点评开发的软负载一体解决方案承担了F5硬负载层后的软负载工作。Camel已成为大众点评网络流量中必不可缺的一层。

关于Camel的部署及使用请参考Camel in Action: 国内 国外

whole_picture

Camel在大众点评的应用规模如下

  1. nginx服务器集群

数十个nginx集群共百台nginx服务器

  1. 站点及业务集群:

数百个站点域名与数百个业务服务器集群

  1. QPS

每天响应约数万次接口调用其中有数千次为nginx配置部署请求

Camel使用流程如下

component

Camel项目由camel-admin, Dengine基于Tengine开发的Web服务器, camel-agent三个模块组成:

component

  1. camel-admin:

Camel管理端可以通过接口及页面两种方式对Nginx集群进行发布、重启、监控等操作。

  1. Dengine:

大众点评基于Tengine开发的Web服务器。在Tengine的基础上添加了降级等功能。

  1. camel-agent:

部署在Nginx服务器上管理本机的Nginx进程与配置文件。