simonw/datasette

Explore if SquashFS can be used to shrink size of packaged Docker containers

Open

#327 ouverte le 24 juin 2018

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)Python (625 forks)batch import
help wantedresearch

Métriques du dépôt

Stars
 (8 637 stars)
Métriques de merge PR
 (Merge moyen 67j 23h) (19 PRs mergées en 30 j)

Description

Inspired by this article: https://cldellow.com/2018/06/22/sqlite-parquet-vtable.html#sqlite-database-indexed--squashed

https://en.wikipedia.org/wiki/SquashFS is "a compressed read-only file system for Linux" - which means it could be a really nice fit for Datasette and its read-only SQLite databases.

It would be interesting to explore a Dockerfile recipe that used SquashFS to compress the SQLite database file that was bundled up by datasette package and friends.

Guide contributeur