0.1.0 • Published 4 months ago

@zarrita/storage v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

@zarrita/storage

NPM License

Storage backends for Zarr in the browser, Node.js, Bun.js, and Deno.

Installation

npm install @zarrita/storage@next

Usage

import * as zarr from "zarrita";
import { FetchStore, FileSystemStore } from "@zarrita/storage";

let remoteStore = new FetchStore("http://localhost:8080/data.zarr");
let arr = await zarr.open(remoteStore, { kind: "array" });

let localStore = new FileSystemStore("data.zarr");
await zarr.create(localStore, {
	data_type: "int64",
	shape: [100, 100],
	chunk_shape: [10, 10],
});

Read the documentation to learn more.

License

MIT

0.1.0-next.9

4 months ago

0.1.0-next.10

4 months ago

0.1.0

4 months ago

0.1.0-next.8

7 months ago

0.1.0-next.7

9 months ago

0.1.0-next.6

10 months ago

0.1.0-next.5

1 year ago

0.1.0-next.4

1 year ago

0.1.0-next.3

2 years ago

0.1.0-next.2

2 years ago

0.1.0-next.1

2 years ago

0.1.0-next.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago