Skip to content

Commit 19f8ec9

Browse files
committed
Update mesos/framework.md
1 parent 3807009 commit 19f8ec9

File tree

1 file changed

+8
-27
lines changed

1 file changed

+8
-27
lines changed

mesos/framework.md

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ Mesos 目前支持的应用框架分为四大类:长期运行任务(以及 P
1111
### 长期运行的服务
1212

1313
#### [Aurora](http://aurora.incubator.apache.org)
14-
项目维护地址在 http://aurora.incubator.apache.org
1514

16-
利用 mesos 调度安排的任务,保证任务一直在运行。
15+
利用 Mesos 调度安排的任务,保证任务一直在运行。
1716

1817
提供 REST 接口,客户端和 webUI(8081 端口)
1918

2019
#### [Marathon](https://github.com/mesosphere/marathon)
21-
项目维护地址在 https://github.com/mesosphere/marathon
2220

2321
一个私有 PaaS 平台,保证运行的应用不被中断。
2422

@@ -29,7 +27,6 @@ Mesos 目前支持的应用框架分为四大类:长期运行任务(以及 P
2927
提供 REST 接口,客户端和 webUI(8080 端口)
3028

3129
#### [Singularity](https://github.com/HubSpot/Singularity)
32-
项目维护地址在 https://github.com/HubSpot/Singularity
3330

3431
一个私有 PaaS 平台。
3532

@@ -39,70 +36,54 @@ Mesos 目前支持的应用框架分为四大类:长期运行任务(以及 P
3936

4037
### 大数据处理
4138
#### [Cray Chapel](https://github.com/nqn/mesos-chapel)
42-
项目维护地址在 https://github.com/nqn/mesos-chapel
4339

4440
支持 Chapel 并行编程语言的运行框架。
4541

4642
#### [Dpark](https://github.com/douban/dpark)
47-
项目维护地址在 https://github.com/douban/dpark
4843

4944
Spark 的 Python 实现。
5045

5146
#### [Hadoop](https://github.com/mesos/hadoop)
52-
项目维护地址在 https://github.com/mesos/hadoop
5347

5448
经典的 map-reduce 模型的实现。
5549

56-
#### [Spark](http://spark.incubator.apache.org)
57-
项目维护地址在 http://spark.incubator.apache.org
50+
#### [Spark](http://spark.apache.org)
5851

5952
跟 Hadoop 类似,但处理迭代类型任务会更好的使用内存做中间状态缓存,速度要快一些。
6053

61-
#### [Storm](https://github.com/mesosphere/storm-mesos)
62-
项目维护地址在 https://github.com/mesosphere/storm-mesos
54+
#### [Storm](https://github.com/mesos/storm)
6355

6456
分布式流计算,可以实时处理数据流。
6557

6658
### 批量调度
6759
#### [Chronos](https://github.com/airbnb/chronos)
68-
项目维护地址在 https://github.com/airbnb/chronos
6960

7061
Cron 的分布式实现,负责任务调度,支持容错。
7162

7263
#### [Jenkins](https://github.com/jenkinsci/mesos-plugin)
73-
项目维护地址在 https://github.com/jenkinsci/mesos-plugin
7464

7565
大名鼎鼎的 CI 引擎。使用 mesos-jenkins 插件,可以将 jenkins 的任务被 Mesos 集群来动态调度执行。
7666

77-
#### JobServer
78-
项目维护地址在 http://www.grandlogic.com/content/html_docs/jobserver.html
67+
#### [JobServer](http://www.grandlogic.com/content/html_docs/jobserver.html)
7968

8069
基于 Java 的调度任务和数据处理引擎。
8170

82-
#### GoDocker
83-
项目维护地址在 https://bitbucket.org/osallou/go-docker
71+
#### [GoDocker](https://bitbucket.org/osallou/go-docker)
8472

8573
基于 Docker 容器的集群维护工具。提供用户接口,除了支持 Mesos,还支持 Kubernetes、Swarm 等。
8674

8775
### 数据存储
88-
#### [Cassandra](https://github.com/mesosphere/cassandra-mesos)
89-
项目维护地址在 https://github.com/mesosphere/cassandra-mesos
9076

91-
高性能的分布式数据库。可扩展性很好,支持高可用。
92-
93-
#### [ElasticSearch](https://github.com/mesosphere/elasticsearch-mesos)
94-
项目维护地址在 https://github.com/mesosphere/elasticsearch-mesos
77+
#### [ElasticSearch](https://github.com/mesos/elasticsearch)
9578

9679
功能十分强大的分布式数据搜索引擎。
9780

9881
一方面通过分布式集群实现可靠的数据库,一方面提供灵活的 API,对数据进行整合和分析。ElasticSearch + LogStash + Kibana 目前合成为 ELK 工具栈。
9982

100-
#### Hypertable
101-
项目维护地址在 https://code.google.com/p/hypertable
83+
#### [Hypertable](https://code.google.com/p/hypertable)
10284

10385
高性能的分布式数据库,支持结构化或者非结构化的数据存储。
10486

105-
#### Tachyon
106-
项目维护地址在 http://tachyon-project.org/
87+
#### [Tachyon](http://tachyon-project.org/)
10788

10889
内存为中心的分布式存储系统,利用内存访问的高速提供高性能。

0 commit comments

Comments
 (0)