mirror of
https://github.com/simonw/datasette.git
synced 2026-08-05 00:44:08 +02:00
An open source multi-tool for exploring and publishing data
https://datasette.io
- Python 79.3%
- JavaScript 11.5%
- HTML 6.2%
- CSS 2.7%
- Shell 0.1%
Since the URL now includes a hash of the database, we can return a Cache- Control: max-age=31536000 header for every response. The exception is our 302 redirects. These we now serve with a Link: header that tells any HTTP/2 server-push aware fronting proxies (such as Cloudfront) to push the target of the redirect. Closes #4 |
||
|---|---|---|
| templates | ||
| .gitignore | ||
| app.py | ||
| Dockerfile | ||
| LICENSE | ||
| requirements.txt | ||