1
Ask HN: Best way to put a database on the web?
I have some data that is currently in an xlsx. I'd like to put this data on the web, as is, so that it is queryable by anyone via a UI. ie someone visits mydatabase.com and they can perform ad hoc queries (SQL, some slick UI, whatever works) on the data.
The data is not big, it's a single sheet with about 20 columns and less than a million rows (however the xlsx file is too large to import in to google drive sheets, and attempts to save as csv have failed). I don't care if it is SQL, cloud based, some other service. I'm not concerned about cost. I don't need authentication or authorization or anything. I'm optimizing for just getting the data out there and ease of querying. I would like to be able to see visitor analytics if possible.
Before I go writing a webapp to do this, there must be something off the shelf?