Hacker News new | ask | show | jobs
by shivensinha4 2537 days ago
Stein is completely open-source itself, and the documentation includes instructions for self-hosting. It consolidates all such features in a single API.

Find it at https://github.com/SteinHQ/Stein

1 comments

One benefit of approach I mentioned is that there's nothing to host. All just client-side code. Although I do see the use for hosting: latency for loading data from Google Sheets isn't great and adding a cache helped in my case.
In this case, what have you used for caching?
I have a lambda polling the sheet every 5 minutes and save that to S3. Cloudfront as CDN on top.