[TOC]
## 数据持久化
### 数据库
#### RSDB-关系型数据库
#### 非关系型数据库
#### TSDB-时间序列数据库
[[参考文档]](https://zhuanlan.zhihu.com/p/29367404)
[RRDTool](https://link.zhihu.com/?target=https%3A//oss.oetiker.ch/rrdtool/)是最早的时间序列数据库,它自带画图功能,现在大部分时间序列数据库都使用[Grafana](https://link.zhihu.com/?target=https%3A//github.com/grafana/grafana)来画图。
[KairosDB](https://link.zhihu.com/?target=https%3A//kairosdb.github.io/)
[InfluxDB](https://link.zhihu.com/?target=https%3A//github.com/influxdata/influxdb)
[Prometheus](https://link.zhihu.com/?target=https%3A//prometheus.io/)
### 文件
- 软件工程
- 1. 基础
- 计算
- 网络
- 存储
- 2. 开发/运维
- 微服务
- 容器化(Docker)
- 容器网络
- 持续集成
- 持续发布
- 3. 架构
- 操作系统
- Linux服务器
- windows
- 内存
- 应用软件
- 前端
- 后端
- 数据库
- 协议
- 服务
- 分布式
- LNMP+Vue.js
- web网站架构技术
- 架构演化
- 架构分层
- Layer1. Frontend
- Layer2. Application
- Layer3. Service
- Layer4. Storage
- Layer5. Backend
- Layer6. Operation
- Layer7. Security
- Layer8. DataCenter
- 架构模式
- 架构要素
- 1. Performance
- 2. Availability
- 3. 可伸缩性
- 4. 可扩展性
- 5. 安全
- 6. 成本
- 4. 开发项目
- vue-php