kubernetes 基础组件及作用 2024-06-08 docker kubernetes 1642 words 4 mins read Kubernetes documentation 什么是 Kubernetes? Kubernetes 是一个开源容器管理工具,负责容器部署,容器扩缩容以及负载平衡。它提供了出色的社区,并与所有云提供商合作。因 Read more...
Python Fastapi 实现获取 Snowflake ID 接口 2024-06-08 python 696 words 2 mins read Python Fastapi 实现获取 Snowflake ID 接口,并用helm部署。 snowflake python 实现如下 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 Read more...
MySQL 数据同步工具 dtle (Data-Transformation-le) 使用 2024-06-02 mysql 646 words 2 mins read dtle (Data-Transformation-le) 是上海爱可生信息技术股份有限公司 开发并开源的 CDC 工具. 特点 多种数据传输模式 支持链路压缩 支持同构传输和异构传输 支持跨网络边际的传输 多种数据处 Read more...
MySQL Binlog Event 2024-06-02 mysql 425 words 1 min read 常见binlog event解析 mysql binlog event 定义如下: https://github.com/go-mysql-org/go-mysql/blob/master/replication/const.go#L51 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 Read more...
MySQL备份工具 percona/xtrabackup 原理及使用 2024-06-02 mysql 933 words 2 mins read MariaDB/MySQL备份和恢复(三):xtrabackup用法和原理详述 Percona-xtrabackup是 Percona公司开发的 Read more...