mirror of
https://github.com/simonw/datasette.git
synced 2026-05-30 21:57:00 +02:00
An open source multi-tool for exploring and publishing data
https://datasette.io
- Python 86.4%
- HTML 7.5%
- JavaScript 4.3%
- CSS 1.4%
- Shell 0.2%
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 | ||