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
Show HN: Stein – Use Google Sheets as a No-Setup Database
51–60 of 67 posts
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#52I have contemplated using google sheets as storage for parts of the data that I have. It would allow me to procrastinate on many admin UI things, and it would even feel much more transparent. It just feels too fragile somehow, which isn't really a rational assessment. Does anyone have experience with it in a SAAS context?
I would just use Postgres as a database, personally.
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#53Nice side project but risky to consider for commercial product. With google restricting access to its API, it is unreliable to use a free product for commercial purposes.
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#54Why are people referring to html+script as apps?
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#55> You need to enable JavaScript to run this app. Why are people referring to html+script as apps?
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#56> You need to enable JavaScript to run this app. Why are people referring to html+script as apps?
How do you define app? Is there a clear boundary that you can define between a true app and not an app?
Begins with:
Has a 3K character script: !function(c){function e(e) ...
I'd say that's a web page.Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#57Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#58Earlier quoted context omitted.
How do you define app? Is there a clear boundary that you can define between a true app and not an app?
Well, let's see. Begins with: Has a 3K character script: !function(c){function e(e) ... I'd say that's a web page.
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#59Earlier quoted context omitted.
Well, let's see. Begins with: Has a 3K character script: !function(c){function e(e) ... I'd say that's a web page.
That's a definition of webpage, but you don't explain why webpages aren't a subset of apps. I saw your comment pre-edit, which said that an app has to be downloaded to a user's device to run, but that also doesn't exclude webpages since an HTML document and its scripts also have to be downloaded to a device to run. Is it something that has to be pre-compiled? Is an html and javascript page embedded in a binary an app…
Maybe it's just semantics. But it comes off, to me, as pretentious.