summaryrefslogtreecommitdiff
path: root/website/src/data/links.ts
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2024-06-17 14:53:49 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2024-06-17 14:53:49 +0100
commitcbfaf5331dfe8a2a200ff4a2d3fbde9d50e8fed9 (patch)
treefb7f58c4ef41e61951d12a97d878dd321bd785c6 /website/src/data/links.ts
parentde52a3051ecc0d01aa567671cbddc6dba79134b8 (diff)
Big Data is Dead
Diffstat (limited to 'website/src/data/links.ts')
-rw-r--r--website/src/data/links.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/website/src/data/links.ts b/website/src/data/links.ts
index 38ff760..a99a528 100644
--- a/website/src/data/links.ts
+++ b/website/src/data/links.ts
@@ -74,6 +74,12 @@ const LINKS: Link[] = [
description: 'Chris Ferdinandi has a hot take here. I would be keen to test this idea out one day: push the limits of how much complex state you can manage within the light DOM.',
isoDateAdded: '2024-06-14',
},
+ {
+ href: 'https://motherduck.com/blog/big-data-is-dead',
+ title: 'Big Data is Dead',
+ description: 'Did you know that most organisations store less than 100GB, and almost all analytics is run on the last 24h of data? I didn’t. Though take it all with a pinch of salt: the guy’s writing on his company blog which sells traditional data warehouses.',
+ isoDateAdded: '2024-06-17',
+ },
];
export default LINKS;