Skip to content

Commit 5aeabcb

Browse files
committed
add new content
1 parent 46f8a05 commit 5aeabcb

File tree

2 files changed

+39
-14
lines changed

2 files changed

+39
-14
lines changed

data/cloudComputing.md

Lines changed: 36 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- 金丝雀发布
1010
- Canary 部署
1111
- PHOENIX 部署
12-
- AWS CloudFormation
12+
- AWS CloudFormation
1313

1414
- #### 配置
1515
- Chef
@@ -39,17 +39,17 @@
3939
- ZeroMQ
4040
- ActiveMQ
4141
- RabbitMQ
42-
- AWS SQS
43-
42+
- AWS SQS
43+
4444
- ##### 事件/消息驱动
45-
- AWS SWS
46-
- AWS Lambda
45+
- AWS SWS
46+
- AWS Lambda
4747
- AKKA
4848

4949
- ##### RPC
5050
- Thrift
5151
- Protocol
52-
52+
5353
- #### Microservices
5454
- #### RESTFull
5555
- #### CAP 理论
@@ -59,7 +59,7 @@
5959
- #### 前端应用
6060
- ##### Web 应用
6161
- Javascript/Ajax
62-
- HTML/CSS
62+
- HTML/CSS
6363
- 桌面虚拟化
6464
- 移动应用
6565
- IoT
@@ -69,7 +69,7 @@
6969
- 渲染
7070

7171
- #### 行业应用
72-
- CRM
72+
- CRM
7373
- ERP
7474
- 生物科学
7575

@@ -89,7 +89,7 @@
8989
- Xen
9090
- KVM
9191
- Hyper-V
92-
92+
9393
- ##### 容器
9494
- Docker
9595
- CoreOS
@@ -150,7 +150,7 @@
150150
- #### 检索
151151
- Solr
152152
- Elasticssearch
153-
- AWS Elastics Search
153+
- AWS Elastics Search
154154

155155
- ### 大数据
156156
- #### 语言、工具
@@ -199,4 +199,29 @@
199199
- #### iptables
200200
- #### WAF
201201
- #### IDS/IPS
202-
- #### VPN
202+
- #### VPN
203+
204+
- ### OpenStack
205+
- #### 核心功能
206+
- 计算:NOVA
207+
- 网络:NEUTRON
208+
- 对象存储:SWIFT
209+
- 块存储:CINDER
210+
- 认证:KEYSTONE
211+
- 镜像:GLANCE
212+
213+
- #### 可选功能
214+
- 仪表板:Horizon
215+
- 数据库:Trove
216+
- 大数据:Sahara
217+
- 编排:Heat
218+
- 监控:Ceilometer
219+
- 消息服务:Zaqar
220+
- 裸机配置:Ironic
221+
- 密钥管理:Barbican
222+
- DNS服务:Designate
223+
- Governance Service:Congress
224+
- Shared Filesystems:Manila
225+
- Container Service:Magnum
226+
- Workflow Service:Mistral
227+
- Application Catalog:Murano

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
7-
<title>StuQ技能图谱v0.1.1</title>
7+
<title>StuQ技能图谱v0.1.2</title>
88
<link href="css/style.css" rel="stylesheet">
99
<script>
1010
var _hmt = _hmt || [];
@@ -19,8 +19,8 @@
1919
</head>
2020
<body>
2121
<div class="root" id="root">
22-
<h1 class="opened" id="rootListButton">StuQ 技能图谱 v0.1.1</h1>
23-
<p>2015/09/11发布,后续动态请关注微信公众号:<span>StuQ</span></p>
22+
<h1 class="opened" id="rootListButton">StuQ 技能图谱 v0.1.2</h1>
23+
<p>2015/11/20发布,后续动态请关注微信公众号:<span>StuQ</span></p>
2424
<ul class="list-open" id="rootList">
2525
<li class="hide" id="index">
2626
<h2>快速导航</h2>

0 commit comments

Comments
 (0)