splitgraph / seafowl

Analytical database for data-driven Web applications 🪶
https://seafowl.io
Apache License 2.0
397 stars 9 forks source link

Enable caching of S3 objects in the local FS #341

Closed gruuya closed 1 year ago

gruuya commented 1 year ago

Also, enforce a TTL on the cache as a workaround for moka's eviction policy shortcomings for full caches: https://github.com/moka-rs/moka/issues/147#issuecomment-1162899784

Closes #41.