Skip to content

Commit 035f9cc

Browse files
authored
Add link to ORCESTRA case study in menu (#2261)
* Add link to ORCESTRA case study in menu * Fix links
1 parent 2bdd7d6 commit 035f9cc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ module.exports = {
9292
{text: 'Fleek', link : '/case-studies/fleek'},
9393
{text: 'LikeCoin', link : '/case-studies/likecoin'},
9494
{text: 'Morpheus.Network', link : '/case-studies/morpheus'},
95+
{text: 'ORCESTRA', link : '/case-studies/orcestra'},
9596
{text: 'Snapshot',link : '/case-studies/snapshot'},
9697
]
9798
}

docs/how-to/scientific-data/landscape-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ Zarr has seen widespread adoption across scientific domains, for example:
130130
- Optimising Zarr chunk size is a nuanced topic and largely dependent on the access patterns of data
131131
- The established convention is to try to align Zarr chunk sizes with the IPFS maximal chunk size of 1 MiB whenever possible so that each Zarr chunk fetched maps to a single IPFS block.
132132
- There are many resources that cover this in more details:
133-
- https://zarr.readthedocs.io/en/stable/user-guide/performance/
134-
- https://element84.com/software-engineering/chunks-and-chunkability-tyranny-of-the-chunk/
135-
- https://eopf-toolkit.github.io/eopf-101/03_about_chunking/31_zarr_chunking_intro.html
136-
- https://esipfed.github.io/cloud-computing-cluster/optimization-practices.html
133+
- [https://zarr.readthedocs.io/en/stable/user-guide/performance/](https://zarr.readthedocs.io/en/stable/user-guide/performance/)
134+
- [https://element84.com/software-engineering/chunks-and-chunkability-tyranny-of-the-chunk/](https://element84.com/software-engineering/chunks-and-chunkability-tyranny-of-the-chunk/)
135+
- [https://eopf-toolkit.github.io/eopf-101/03_about_chunking/31_zarr_chunking_intro.html](https://eopf-toolkit.github.io/eopf-101/03_about_chunking/31_zarr_chunking_intro.html)
136+
- [https://esipfed.github.io/cloud-computing-cluster/optimization-practices.html](https://esipfed.github.io/cloud-computing-cluster/optimization-practices.html)
137137
- There are a number of trade-offs to consider with UnixFS:
138138
- Overhead of around 0.5%-1% for the additional metadata and proto
139139
- But you might want to keep original copy of the data before encoding with UnixFS so that might double it

0 commit comments

Comments
 (0)