Live data from Hacker News

Show HN: Stein – Use Google Sheets as a No-Setup Database

steinhq.com

21–30 of 67 posts

Re: Show HN: Stein – Use Google Sheets as a No-Setup Database

#21
post #14

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.

I'm totally expecting from Google to discontinue, restrict or change the API for Google Sheets at one point. It will likely be in the moment when it's hardest for you to timely update your app.

Re: Show HN: Stein – Use Google Sheets as a No-Setup Database

#25
> 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.

Re: Show HN: Stein – Use Google Sheets as a No-Setup Database

#26
post #25

> 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.

I mentioned No-JS because you don't need to write it yourself. But you do need to import a pre-built script in your HTML.

No HTML templating wizardry!

Re: Show HN: Stein – Use Google Sheets as a No-Setup Database

#28
Nice! Using spreadsheets as a DB are trend now. Also Spreadsheets are pretty good CMS as well, so people can use it to create websites without code. I made an app called https://Sheet2Site.com which takes your spreadsheet of items/objects and translates it into an app, with filters.

Re: Show HN: Stein – Use Google Sheets as a No-Setup Database

#29
Looks neat! Questions:

- 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

#30
post #14
post #3

You 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

The difference is that your operating system vendor is unlikely to change the file system API to prevent a simple function such as writing files. With GSuite? Who knows.
Post reply on HN