企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
[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/) ### 文件