Public
Edited
Aug 9, 2023
Insert cell
Insert cell
codecs = new Proxy(
{},
{
get(_, name) {
return (configuration = {}) => ({ name, configuration });
}
}
)
Insert cell
codecs.sharding({
codecs: [codecs.endian(), codecs.blosc({ level: 5, ctype: "lz4" })]
})
Insert cell
filters = []
Insert cell
compressor = [undefined]
Insert cell
filters?.concat(...compressor)
Insert cell
url = new URL("foo", "file:///foo")
Insert cell
url.pathname
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more