Stream Processing - CI/CD用語集の定義
ストリーム処理 は、到着するにつれて無限のイベントフローに対して継続的に計算を行い、ほぼリアルタイムの結果を生成します。batch のシンプルさと引き換えに、エンドツーエンドの低レイテンシを得ます。
関連ガイド
Batch Processing - CI/CD Glossary DefinitionBatch processing runs computation over a bounded chunk of data at scheduled intervals, optimizing for through…
Change Data Capture - CI/CD Glossary DefinitionChange data capture (CDC) streams row-level inserts, updates, and deletes out of a database in real time, usu…
Data Pipeline - CI/CD Glossary DefinitionA data pipeline is the orchestrated series of steps that moves and transforms data from sources to destinatio…