jacobobryant / biff

A Clojure web framework for solo developers.
https://biffweb.com
MIT License
833 stars 40 forks source link

Add helper functions for using the filesystem as a KV store #127

Closed jacobobryant closed 1 year ago

jacobobryant commented 2 years ago

I've added these to several of my own projects. They're handy for caching stuff, like derived data or api responses. Move them into Biff core.

jacobobryant commented 1 year ago

On second thought I'm iffy about this since it'll make it harder to scale out. In most cases s3 + xt is probably good enough.