From 55638d6664e8a0b564be4a3a8784f1da91582435 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 31 Jan 2023 20:48:10 +0100 Subject: [PATCH] test1 --- SE/Data/Definitions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/SE/Data/Definitions.md b/SE/Data/Definitions.md index 53aadb6..c0b75ba 100644 --- a/SE/Data/Definitions.md +++ b/SE/Data/Definitions.md @@ -4,7 +4,6 @@ updated: 2022-05-21 13:16:46Z created: 2022-05-21 12:20:35Z --- - Agnostic (data): - In computing, a device or software program is said to be agnostic or data agnostic if the method or format of data transmission is irrelevant to the device or program’s function. This means that the device or program can receive data in multiple formats or from multiple sources, and still process that data effectively. [source](https://en.wikipedia.org/wiki/Agnostic_(data)) - Back-pressure: if downstream is not keeping up with the flow of data the way slowdown the data-flow => take care sources produce less data or pause for a little while.