Skip to content

Commit da8ebde

Browse files
authored
Create Single_Source_of_Truth.json
1 parent 8203750 commit da8ebde

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"title": "Single Source of Truth",
3+
"subtext": "Centralized data management ensures information is consistent and correct",
4+
"categories": ["Programming Concepts"],
5+
"author": "dnnsmnstrr",
6+
"description": {
7+
"title": "Single Source of Truth",
8+
"texts": [
9+
"A single source of truth (SSOT) is a data management approach that ensures information is centrally available and always up-to-date.",
10+
"The goal is to avoid fragmentation of data into different versions over multiple locations and instead reference a shared instance of the data, so changes will be reflected wherever the data is sourced."
11+
],
12+
"image": "https://miro.medium.com/v2/resize:fit:836/format:webp/0*e99MMFnmZlQ2Pssh.png",
13+
"references": [
14+
"https://edunceputans.medium.com/single-source-of-truth-and-problems-with-implication-in-an-organisation-588883492133"
15+
]
16+
}
17+
}

0 commit comments

Comments
 (0)