By forcing sinks to store each chunk in a single file/archive, we can simplify the SinkBase API. No need to implement removeChunk and no need to get chunk version. This will also simplify the process of downloading chunks as mentioned in tromsfylkestrafikk/ragnarok#60
To ease the process of creating a single file per chunk for sinks with several files per chunk, ragnarok-sink should provide a base API for creating and extracting files from it.
By forcing sinks to store each chunk in a single file/archive, we can simplify the SinkBase API. No need to implement removeChunk and no need to get chunk version. This will also simplify the process of downloading chunks as mentioned in tromsfylkestrafikk/ragnarok#60
To ease the process of creating a single file per chunk for sinks with several files per chunk, ragnarok-sink should provide a base API for creating and extracting files from it.