Handle construction of Flink connector based on GBase8s

​ brief introduction This article will first explain to you what Flink connector and CDC are, and then build a simple Flink connector for GBase8s with you by hand, and complete the practical project, that is, synchronize data to GBase8s through Mysql CDC in real time through the connector. What is Flink connector Flink has built-in basi ...

Added by tnewton on Fri, 14 Jan 2022 08:43:23 +0200

Two design methods of synchronous FIFO (counter method and high-order expansion method)

1. What is FIFO          FIFO is a first in first out data buffer, which is widely used in logic design. FIFO design can be said to be a common sense design that logic designers must master. FIFO is generally used to isolate places where the read-write bandwidth on both sides is inconsistent or the bit w ...

Added by Plagel on Thu, 04 Nov 2021 05:10:01 +0200