Where's the free, web based, easy to use database, the web version of MS Access?
How to use a Google Spreadsheet as a database
21–30 of 77 posts
Re: How to use a Google Spreadsheet as a database
#22I'm shocked that using something like https://github.com/gimite/google-spreadsheet-ruby to, at the very least, let Google Spreadsheets as a proxy for a bare-bones CMS hasn't been more widespread
Re: How to use a Google Spreadsheet as a database
#23Where's the free, web based, easy to use database, the web version of MS Access?
Re: How to use a Google Spreadsheet as a database
#24Where's the free, web based, easy to use database, the web version of MS Access?
Re: How to use a Google Spreadsheet as a database
#25I beat my head on APIs from Google spreadsheets, so good on ya! How does blockspring deal with Google Spreadsheet availability issues? I remember the spreadsheet not always being available.
Thanks! Yea I was trying to use Google Spreadsheet, getting annoyed with the JSONP and the goofy way they returned their JSON, so figured I'd just wrap it in something easier to use... What "availability issues" did you run into? I haven't noticed any with my sheets yet
Re: How to use a Google Spreadsheet as a database
#26As a person who gets asked to fix these kinds of projects once they hit a wall (performance/concurrency/etc) and then have to migrate them to a proper DB platform, just stop it! Put it on in a DB up front and save some poor developer their sanity.
Please.
Re: How to use a Google Spreadsheet as a database
#27Re: How to use a Google Spreadsheet as a database
#28I beat my head on APIs from Google spreadsheets, so good on ya! How does blockspring deal with Google Spreadsheet availability issues? I remember the spreadsheet not always being available.
We went from using Spreadsheets to using our own flat files on Drive, but the API service would throw random rejection errors for both.
Long story short, we learned that you should not try to use Drive or Google docs as a program database. It's designed first and foremost for users.
Re: How to use a Google Spreadsheet as a database
#29I built HasGluten [1, 2] with react + google spreadsheet, hosted on github for free, you get a cheap, scalable, geo-distributed software stack, with simple interfaces to maintain both code (GitHub Pages) and data (Google Sheets — also great for the non-tech).
Re: How to use a Google Spreadsheet as a database
#30Closest any company has come to a decent web version of Access is Intuit Quickbase. But it is priced for enterprise and not hobbiest. Lacks full SQL but can do some pretty amazing things. Also has reasonable REST-like API. I built a PoC data backend for an iPhone app really easily.
Still very expensive, but free for non-profits!