This was pretty cool. I guess the secret sauce here is that the database is never accessed in the request response cycle because all the pages are pregenerated.
db is accessed at generation time…
pretty good pattern for static sites, very jamstack
if i were to do this i’d probably just use something like https://baserow.io/ for my interface…
then have hugo pull straight from the API
I’ve done something like this several times. It’s a good pattern for a website with a defined lifecycle.
This was pretty cool. I guess the secret sauce here is that the database is never accessed in the request response cycle because all the pages are pregenerated.
db is accessed at generation time…
pretty good pattern for static sites, very jamstack
if i were to do this i’d probably just use something like https://baserow.io/ for my interface…
then have hugo pull straight from the API
I’ve done something like this several times. It’s a good pattern for a website with a defined lifecycle.