Earlier quoted context omitted.
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
While this is not a good predictor of business success, it's still a viable alternative for some. Arguably, self-hosting is today more important than ever, given the unreliability and shady practices of many cloud solution vendors.
Show HN: Stein – Use Google Sheets as a No-Setup Database
21–30 of 67 posts
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#22Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#23Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#24Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#25> Handlebars
{{title}}
By {{author}}
{{content}}
Read on Medium
Is there now some built-in HTML templating functionality I wasn't aware?Since when is this no-JS?!
NO JS means NO JAVASCRIPT and not no need to write JavaScript.
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#26> No-JavaScript solutions for the web with Stein Expedite > Handlebars {{title}} By {{author}} {{content}} Read on Medium Is there now some built-in HTML templating functionality I wasn't aware? Since when is this no-JS?! NO JS means NO JAVASCRIPT and not no need to write JavaScript.
No HTML templating wizardry!
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#27Why is it called "Stein"? (Yes, that happens to be my last name...)
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#28Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#29- Do updates show immediately (for both directions)?
- What are the limits of read/write queries?
- What are the limits of rows?
- Can I use formulas in the sheet?
- How is the type handling? Does everything get treated as text or are there date and number types?
- Do formatting options for columns (e.g. for number of decimals) survive when I alter things with the API?
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#30You 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