summaryrefslogtreecommitdiff
path: root/website/src/data
diff options
context:
space:
mode:
Diffstat (limited to 'website/src/data')
-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;