csvbase
csvbase copied to clipboard
a simple web database
# Brief overview AS A table uploader I WANT csvbase to actually meet it's target of ingesting data at ~1mbps SO THAT it doesn't give me random, annoying timeouts #...
# Brief overview AS A data explorer I WANT to be able to filter the rows by a value in any column SO THAT I can quickly find the data...
# Brief overview AS AN API user (or CLI user) I WANT a way to list all of the tables under a user via the API SO THAT I can...
# Brief overview AS AN API client I WANT a way just to get the metadata about a table SO THAT I can return information about last updated/created/etc # Additional...
# Brief overview AS A a user creating a new blank table I WANT autofocus on the column I just added SO THAT I can start typing straight away #...
# Brief overview AS A tsv user (eg bio usecases) I WANT to be able to export in tsv easily SO THAT I don't have to convert myself on the...
# Brief overview AS AN API user I WANT to use ETags as a form of concurrent modification control SO THAT I don't blindly overwrite other's changes # Additional details
# Brief overview AS AN API client I WANT the ETag of the table I just PUT to be provided to me in the response SO THAT I can cache...
# Description It's really easy for the built wheel to not include `codehilite.css` and there should be some kind of guard against it # Steps to reproduce 1. Do X...
# Brief overview AS A Parquet users I WANT to export as Parquet on this page: https://csvbase.com/calpaterson/iris/export SO THAT I can get started with Parquet # Additional details