Block / shards / chunks
The latest alpha version uses "block" to refer to the smallest unit of nesting (that are compressed), and "shard" to refer to larger groupings of blocks. We are considering using "block" to refer to the largest unit (for writing) and "chunk" to refer to the smallest unit (reading). Initial discussion here
Codec types
We currently use these terminology that differs from zarr's jargon, but might consider changing these
"BlockCodec" (for Zarr's "array -> bytes")
"DataCodec" (for Zarr's "bytes -> bytes")
"DatasetCodec" (for Zarr's "array -> array")
Block / shards / chunks
The latest alpha version uses "block" to refer to the smallest unit of nesting (that are compressed), and "shard" to refer to larger groupings of blocks. We are considering using "block" to refer to the largest unit (for writing) and "chunk" to refer to the smallest unit (reading). Initial discussion here
Codec types
We currently use these terminology that differs from zarr's jargon, but might consider changing these
"BlockCodec"(for Zarr's"array -> bytes")"DataCodec"(for Zarr's"bytes -> bytes")"DatasetCodec"(for Zarr's"array -> array")