Earlier quoted context omitted.
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
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.
Show HN: Stein – Use Google Sheets as a No-Setup Database
11–20 of 67 posts
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#12Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#13Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#14You can do this for free today using open source libraries. https://www.levels.fyi/comp.html used to run entirely on a Google Form + Spreadsheet and still backed by one. Submit form: https://stackoverflow.com/a/37743080 Get data from sheet: https://github.com/jsoma/tabletop Happy to answer any questions.
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#15Sure, if you host those, you might as well host a proper database (you already do), but for quick prototyping might be useful, or as I said, just fun :)
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#16This is what I did for a webpage I made about books I read. Just have to add a row to the sheet to update the page. Also I should read more books. https://mnky9800n.github.io/booklist/
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#17You can do this for free today using open source libraries. https://www.levels.fyi/comp.html used to run entirely on a Google Form + Spreadsheet and still backed by one. Submit form: https://stackoverflow.com/a/37743080 Get data from sheet: https://github.com/jsoma/tabletop Happy to answer any questions.
Reminded me of the top comment on the "Show HN" of Dropbox, back in 2007: "you can already build such a system yourself quite trivially by getting an FTP account, mounting it locally with curlftpfs, and then using SVN or CVS on the mounted filesystem." ;) https://news.ycombinator.com/item?id=9224
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#18You can do this for free today using open source libraries. https://www.levels.fyi/comp.html used to run entirely on a Google Form + Spreadsheet and still backed by one. Submit form: https://stackoverflow.com/a/37743080 Get data from sheet: https://github.com/jsoma/tabletop Happy to answer any questions.
Reminded me of the top comment on the "Show HN" of Dropbox, back in 2007: "you can already build such a system yourself quite trivially by getting an FTP account, mounting it locally with curlftpfs, and then using SVN or CVS on the mounted filesystem." ;) https://news.ycombinator.com/item?id=9224
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#19https://sheety.co (No pricing)
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#20You can do this for free today using open source libraries. https://www.levels.fyi/comp.html used to run entirely on a Google Form + Spreadsheet and still backed by one. Submit form: https://stackoverflow.com/a/37743080 Get data from sheet: https://github.com/jsoma/tabletop Happy to answer any questions.
Reminded me of the top comment on the "Show HN" of Dropbox, back in 2007: "you can already build such a system yourself quite trivially by getting an FTP account, mounting it locally with curlftpfs, and then using SVN or CVS on the mounted filesystem." ;) https://news.ycombinator.com/item?id=9224
Incidentally I am precisely looking for something like this so for me that’s valuable :)