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...
Protocol Buffers + Docker 2024-06-01 docker 98 words 1 min read An all-inclusive protoc Docker image docker-protobuf 使用protoc docker镜像编译proto文件,生成指定的语言文件。 Usage 使用命令格式 1 $ docker run --rm -v<some-path>:<some-path> -w<some-path> rvolosatovs/protoc [OPTION] PROTO_FILES 使用帮助查看 1 $ docker run --rm Read more...