simonw/datasette

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

オープン

#327 opened on 2018/06/24

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Python (625 件のフォーク)batch import
help wantedresearch

Repository metrics

Stars
 (8,637 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド