Show HN: Use Google Spreadsheet as a Database
1–10 of 18 posts
Re: Show HN: Use Google Spreadsheet as a Database
#2Re: Show HN: Use Google Spreadsheet as a Database
#3Love the idea. Clearly, a ton of effort put into this, congrats on shipping. But if you're going to abstract away Google Sheets, you might as well make a thicker abstraction. I want to use Google Sheets like a key-value store or some Mongo-like API, without thinking about worksheet names, column names, or underlying worksheet-specific implementation details. Your custom designed API is too much of a leaky abstraction…
Re: Show HN: Use Google Spreadsheet as a Database
#4This at least makes that easier...
Re: Show HN: Use Google Spreadsheet as a Database
#5Love the idea. Clearly, a ton of effort put into this, congrats on shipping. But if you're going to abstract away Google Sheets, you might as well make a thicker abstraction. I want to use Google Sheets like a key-value store or some Mongo-like API, without thinking about worksheet names, column names, or underlying worksheet-specific implementation details. Your custom designed API is too much of a leaky abstraction…
Re: Show HN: Use Google Spreadsheet as a Database
#6Re: Show HN: Use Google Spreadsheet as a Database
#7Using google spreadsheets is a favorite of mine for prototypes. Especially without building out an admin app.
Re: Show HN: Use Google Spreadsheet as a Database
#8Love the idea. Clearly, a ton of effort put into this, congrats on shipping. But if you're going to abstract away Google Sheets, you might as well make a thicker abstraction. I want to use Google Sheets like a key-value store or some Mongo-like API, without thinking about worksheet names, column names, or underlying worksheet-specific implementation details. Your custom designed API is too much of a leaky abstraction…
From the other hand, it's hard to map JSON to a spreadsheet, because - what to do with the nested keys. Any ideas?
Re: Show HN: Use Google Spreadsheet as a Database
#9Re: Show HN: Use Google Spreadsheet as a Database
#10Don't do that. Please.