Skip to content

Commit ade2f13

Browse files
committed
update
1 parent 57581ae commit ade2f13

File tree

30 files changed

+297
-7
lines changed

30 files changed

+297
-7
lines changed

docs/.nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nav:
88
# - Kubernetes: k8s/index.md
99
# - 参考: reference/index.md
1010
- "📦️ 中间件": infra
11-
- "🛳️ Docker": docker
11+
- "🐋 Docker": docker
1212
- "🚀 K3S": k3s
1313
- "🛰️ K8S": k8s
1414
- "📚 参考": reference

docs/infra/.nav.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,13 @@ ignore: "*.hidden.md"
1515

1616
nav:
1717
- 概述: index.md
18+
19+
- 服务发现: discovery
20+
- 配置中心: config
21+
- 负载均衡: loadbalancer
22+
- 链路追踪: tracing
23+
- 日志系统: logging
24+
- 监控系统: monitoring
25+
- 告警系统: alerting
26+
- 消息队列: queue
1827
- "*"

docs/infra/alerting/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# 告警系统
2+
3+
- `alerting`
4+
- <https://github.com/topics/alerting>
5+
- <https://github.com/dastergon/awesome-sre>
6+
7+
## 方案
8+
9+
- [Prometheus Alertmanager](https://prometheus.io/docs/alerting/alertmanager/)
10+
11+
## Reference
12+
13+
- <https://github.com/ccfos/nightingale>

docs/infra/alerting/nightingale.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# nightingale
2+
3+
## 介绍
4+
5+
- 夜莺 Nightingale 作为一款开源云原生监控工具,最初由`滴滴`开发和开源
6+
- 并于 2022 年 5 月 11 日,捐赠予中国计算机学会开源发展委员会(CCF ODC),为 CCF ODC 成立后接受捐赠的第一个开源项目。
7+
- 在 GitHub 上有超过 10000 颗星,是广受关注和使用的开源监控工具。
8+
- 夜莺的核心研发团队,也是 Open-Falcon 项目原核心研发人员,从 2014 年(Open-Falcon 是 2014 年开源)算起来,也有 10 年了,只为把监控做到极致。
9+
10+
## Reference
11+
12+
- [nightingale](https://github.com/ccfos/nightingale)

docs/infra/cache/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 缓存
2+
3+
## 方案
4+
5+
- [Redis](https://redis.io/)
6+
7+
## Redis

docs/infra/cache/redis.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Redis
2+
3+
## 特性
4+
5+
- 高性能
6+
- 高可用
7+
8+
## Reference
9+
10+
- <https://redis.io>
11+
- <https://redis.io/commands>

docs/infra/config/consul.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Consul
2+
3+
## 特性
4+
5+
- 高可用
6+
7+
## Reference
8+
9+
- <https://www.consul.io>

docs/infra/config/etcd.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# ETCD
2+
3+
## Reference
4+
5+
* [etcd](https://github.com/etcd-io/etcd)

docs/infra/config/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 配置中心
2+
3+
## 方案
4+
5+
### Consul
6+
7+
- [Consul](https://www.consul.io)
8+
9+
### Etcd
10+
11+
- [Etcd](https://github.com/etcd-io/etcd)

docs/infra/db/duckdb.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# DuckDB
2+
3+
## 特性
4+
5+
- TODO
6+
7+
## Reference
8+
9+
- [DuckDB](https://duckdb.org/)

0 commit comments

Comments
 (0)