Batch Processing - CI/CD Glossary Definition
Batch processing runs computation over a bounded, accumulated set of data on a schedule (hourly, nightly). It favors high throughput and simplicity over data freshness, contrasting with stream processing.
Related guides
Stream Processing - CI/CD Glossary DefinitionStream processing handles data continuously, record by record as it arrives, enabling near-real-time results…
ETL - CI/CD Glossary DefinitionETL is Extract, Transform, Load - pull data from sources, reshape it, then load the cleaned result into a des…
Data Pipeline - CI/CD Glossary DefinitionA data pipeline is the orchestrated series of steps that moves and transforms data from sources to destinatio…