@@ -11,14 +11,12 @@ Mesos 目前支持的应用框架分为四大类:长期运行任务(以及 P
11
11
### 长期运行的服务
12
12
13
13
#### [ Aurora] ( http://aurora.incubator.apache.org )
14
- 项目维护地址在 http://aurora.incubator.apache.org
15
14
16
- 利用 mesos 调度安排的任务,保证任务一直在运行。
15
+ 利用 Mesos 调度安排的任务,保证任务一直在运行。
17
16
18
17
提供 REST 接口,客户端和 webUI(8081 端口)
19
18
20
19
#### [ Marathon] ( https://github.com/mesosphere/marathon )
21
- 项目维护地址在 https://github.com/mesosphere/marathon
22
20
23
21
一个私有 PaaS 平台,保证运行的应用不被中断。
24
22
@@ -29,7 +27,6 @@ Mesos 目前支持的应用框架分为四大类:长期运行任务(以及 P
29
27
提供 REST 接口,客户端和 webUI(8080 端口)
30
28
31
29
#### [ Singularity] ( https://github.com/HubSpot/Singularity )
32
- 项目维护地址在 https://github.com/HubSpot/Singularity
33
30
34
31
一个私有 PaaS 平台。
35
32
@@ -39,70 +36,54 @@ Mesos 目前支持的应用框架分为四大类:长期运行任务(以及 P
39
36
40
37
### 大数据处理
41
38
#### [ Cray Chapel] ( https://github.com/nqn/mesos-chapel )
42
- 项目维护地址在 https://github.com/nqn/mesos-chapel
43
39
44
40
支持 Chapel 并行编程语言的运行框架。
45
41
46
42
#### [ Dpark] ( https://github.com/douban/dpark )
47
- 项目维护地址在 https://github.com/douban/dpark
48
43
49
44
Spark 的 Python 实现。
50
45
51
46
#### [ Hadoop] ( https://github.com/mesos/hadoop )
52
- 项目维护地址在 https://github.com/mesos/hadoop
53
47
54
48
经典的 map-reduce 模型的实现。
55
49
56
- #### [ Spark] ( http://spark.incubator.apache.org )
57
- 项目维护地址在 http://spark.incubator.apache.org
50
+ #### [ Spark] ( http://spark.apache.org )
58
51
59
52
跟 Hadoop 类似,但处理迭代类型任务会更好的使用内存做中间状态缓存,速度要快一些。
60
53
61
- #### [ Storm] ( https://github.com/mesosphere/storm-mesos )
62
- 项目维护地址在 https://github.com/mesosphere/storm-mesos
54
+ #### [ Storm] ( https://github.com/mesos/storm )
63
55
64
56
分布式流计算,可以实时处理数据流。
65
57
66
58
### 批量调度
67
59
#### [ Chronos] ( https://github.com/airbnb/chronos )
68
- 项目维护地址在 https://github.com/airbnb/chronos
69
60
70
61
Cron 的分布式实现,负责任务调度,支持容错。
71
62
72
63
#### [ Jenkins] ( https://github.com/jenkinsci/mesos-plugin )
73
- 项目维护地址在 https://github.com/jenkinsci/mesos-plugin
74
64
75
65
大名鼎鼎的 CI 引擎。使用 mesos-jenkins 插件,可以将 jenkins 的任务被 Mesos 集群来动态调度执行。
76
66
77
- #### JobServer
78
- 项目维护地址在 http://www.grandlogic.com/content/html_docs/jobserver.html
67
+ #### [ JobServer] ( http://www.grandlogic.com/content/html_docs/jobserver.html )
79
68
80
69
基于 Java 的调度任务和数据处理引擎。
81
70
82
- #### GoDocker
83
- 项目维护地址在 https://bitbucket.org/osallou/go-docker
71
+ #### [ GoDocker] ( https://bitbucket.org/osallou/go-docker )
84
72
85
73
基于 Docker 容器的集群维护工具。提供用户接口,除了支持 Mesos,还支持 Kubernetes、Swarm 等。
86
74
87
75
### 数据存储
88
- #### [ Cassandra] ( https://github.com/mesosphere/cassandra-mesos )
89
- 项目维护地址在 https://github.com/mesosphere/cassandra-mesos
90
76
91
- 高性能的分布式数据库。可扩展性很好,支持高可用。
92
-
93
- #### [ ElasticSearch] ( https://github.com/mesosphere/elasticsearch-mesos )
94
- 项目维护地址在 https://github.com/mesosphere/elasticsearch-mesos
77
+ #### [ ElasticSearch] ( https://github.com/mesos/elasticsearch )
95
78
96
79
功能十分强大的分布式数据搜索引擎。
97
80
98
81
一方面通过分布式集群实现可靠的数据库,一方面提供灵活的 API,对数据进行整合和分析。ElasticSearch + LogStash + Kibana 目前合成为 ELK 工具栈。
99
82
100
- #### Hypertable
101
- 项目维护地址在 https://code.google.com/p/hypertable
83
+ #### [ Hypertable] ( https://code.google.com/p/hypertable )
102
84
103
85
高性能的分布式数据库,支持结构化或者非结构化的数据存储。
104
86
105
- #### Tachyon
106
- 项目维护地址在 http://tachyon-project.org/
87
+ #### [ Tachyon] ( http://tachyon-project.org/ )
107
88
108
89
内存为中心的分布式存储系统,利用内存访问的高速提供高性能。
0 commit comments