csvbase
csvbase copied to clipboard
a simple web database
# Brief overview AS A user of a dataframe library like Pandas/Polars/etc I WANT to be able to upload my Parquet dataset SO THAT I can skip all the nonsense...
# Brief overview AS A bot I WANT to register an account automatically SO THAT ??? # Additional details These bots are annoying, make looking at the numbers of real...
# Description # Steps to reproduce 1. Upload the attached sample file # Expected result File loads # Actual result 500 error, coming from the database level having found nulls/EOF/etc...
# Brief overview AS A user uploading a troublesome csv I WANT a better way to see errors SO THAT I can correct them and re-upload # Additional details Have...
# Description Ran the current Dockerfile and Docker Compose files on a ARM64 Raspberry Pi, but ended up with a exec format error. Works fine on a AMD64.
# Brief overview AS A user hosting my data in git I WANT csvbase to configure it's own webhooks so that it immediately learns of changes SO THAT I don't...
This code (currently not used) implements an alternate way of checking permissions that will be more flexible. In particular it's fast (because the permissions check is done through SQL instead...
# Description User avatars should be cached for 5 minutes, including by the CDN. Instead cloudflare views them as dynamic (`cf-cache-status: DYNAMIC`) and every request is going through to the...
# Brief overview AS A person looking for deata I WANT to search the tables on csvbase SO THAT I can find something that already exists # Additional details
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0. Release notes Sourced from gunicorn's releases. 23.0.0 Gunicorn 23.0.0 has been released. This version improve HTTP 1.1. support and which improve safety You're invited...