Timothy ZhangExamples of CDC with Debezium Engine (3)The examples in the first two blog posts of this series are based on learning from other excellent articles and project codes found online…Jul 11Jul 11
Timothy ZhangExamples of CDC with Debezium Engine (2)Following the first article in this series, here I will introduce the second of two representative examples. This example demonstrates how…Jul 8Jul 8
Timothy ZhangExamples of CDC with Debezium Engine (1)Debezium has three usage methods, as referenced on its architecture page:Jul 7Jul 7
Timothy ZhangReal-time CDC replications between MySQL and PostgreSQL using Debezium connectorsThis article introduces how to set up Debezium connectors so that real-time CDC incremental load can be realized between MySQL and…Jun 18, 20232Jun 18, 20232
Timothy Zhang用Debezium连接器在MySQL和PostgreSQL之间实现CDC实时增量互传本文介绍如何配置Debezium的连接器,从而能够在MySQL和PostgreSQL之间实现CDC的实时增量互传。作为自己实践的例子,演示了双向互传:既实现了以MySQL为源,PostgresSQL为目标的传输;也实现了以PostgreSQL为源,MySQL为目标的传输。从而尝试…Apr 10, 2023Apr 10, 2023
Timothy ZhangSummary on Well-Architected FrameworksAs you see, almost all top public cloud providers shared their Well-Architected Frameworks:May 29, 2022May 29, 2022
Timothy ZhangBuild HA VPN connections between GCP and AWS in command linesVPNs are important ways to construct Hybrid-Cloud/Multi-Cloud. In addition to the common VPN between Public Cloud and On-premises…May 13, 2022May 13, 2022
Timothy ZhangUnderstand ZIO and its aliasesWhen R and E in the type ZIO[-R, +E, +A] are replaced with some special types, its aliases can be used to simplify them. Therefore, it has…Jun 22, 2021Jun 22, 2021
Timothy ZhangRunning spark-shell on KubernetesSpark’s documentation details the method of running on a cluster managed by Kubernetes. But it mainly involves using spark-submit to…May 8, 20212May 8, 20212
Timothy ZhangUsing Scala and Spark in JupyterLabJupyter is a very popular web-based interactive computing platform. It can provide great help for the teaching of programming languages…Mar 28, 20211Mar 28, 20211