|
|
|
|
|
by samwillis
1498 days ago
|
|
Quite right it’s not one size fits all but for any site that’s mostly read only it’s a brilliant solution. Simon Willison has written about it and coined the term “baked data”: https://simonwillison.net/2021/Jul/28/baked-data/ Mozilla.org uses this architecture, Django app running off SQLite with the db rsync’ed to each application server. |
|
Whereas there is another different kind of Engineering which I probably will never be a part of (simply due to mathematics of available positions doing it) where you are scaling something up for millions of users but the app is much simpler like a Twitter or Reddit, and the challenge is in the scaling.