|
3 | 3 | # Edit theme's home layout instead if you wanna make some changes |
4 | 4 | # See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults |
5 | 5 | layout: home |
6 | | -author_profile: true |
| 6 | +author_profile: false |
7 | 7 | sidebar: |
8 | | - title: "Sidebar" |
| 8 | + title: "Content" |
9 | 9 | nav: sidebar |
10 | | -classes: |
11 | | - - dark-theme |
12 | 10 | --- |
13 | 11 |
|
14 | | -Zarr is a container for dense ND-dimensional array data, motivated by the need for a simple, transparent, open, and community-driven format that supports high-throughput distributed I/O on different storage systems. |
| 12 | +Zarr is a community project to develop specifications and software for |
| 13 | +storage of large N-dimensional typed arrays, also commonly known as |
| 14 | +tensors. A particular focus of Zarr is to provide support for storage |
| 15 | +using distributed systems like cloud object stores, and to enable |
| 16 | +efficient I/O for parallel computing applications. |
15 | 17 |
|
16 | | -Zarr data can be stored in any storage system that can be represented as a key-value store, including most commonly POSIX file systems and cloud object storage but also zip files as well as relational and document databases. |
| 18 | +## Description |
| 19 | + |
| 20 | +Zarr is motivated by the need for a simple, transparent, open, and |
| 21 | +community-driven format that supports high-throughput distributed I/O on |
| 22 | +different storage systems. Zarr data can be stored in any storage system that |
| 23 | +can be represented as a key-value store, including most commonly POSIX file |
| 24 | +systems and cloud object storage but also zip files as well as relational and |
| 25 | +document databases. |
| 26 | + |
| 27 | +See the following GitHub repositories for more information: |
| 28 | + |
| 29 | +* [Zarr Python](https://github.com/zarr-developers/zarr) |
| 30 | +* [Zarr Specs](https://github.com/zarr-developers/zarr-specs) |
| 31 | +* [Numcodecs](https://github.com/zarr-developers/numcodecs) |
| 32 | +* [Z5](https://github.com/constantinpape/z5) |
| 33 | +* [N5](https://github.com/zarr-developers/numcodecs) |
| 34 | +* [Zarr.jl](https://github.com/meggart/Zarr.jl) |
| 35 | +* [ndarray.scala](https://github.com/lasersonlab/ndarray.scala) |
17 | 36 |
|
18 | 37 | ## Applications |
19 | 38 |
|
|
0 commit comments