From 6ca4c1f82ee68ab2c53aed4613d0857bb5297a19 Mon Sep 17 00:00:00 2001 From: sd109 Date: Tue, 17 Sep 2024 09:26:01 +0100 Subject: [PATCH] Update README links --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index d3e67ab..ab4b84c 100644 --- a/README.md +++ b/README.md @@ -21,26 +21,26 @@ Note: The original S3 Active Storage project was renamed to Reductionist, to avo Reductionist provides the following features: -* HTTP(S) API with JSON request data -* Access to data stored in S3-compatible storage -* Basic numerical operations on multi-dimensional arrays (count, min, max, select, sum) -* Perform calculations on a selection/slice of an array -* Perform calculations allowing for missing data -* Compressed data (GZip, Zlib) -* Filtered data (byte shuffle) -* Data with non-native byte order (endianness) -* Server resource (CPU, memory, files) management -* [Prometheus](https://prometheus.io/) metrics -* Tracing with an option to send data to [Jaeger](https://www.jaegertracing.io/) -* Ansible-based containerised deployment +- HTTP(S) API with JSON request data +- Access to data stored in S3-compatible storage +- Basic numerical operations on multi-dimensional arrays (count, min, max, select, sum) +- Perform calculations on a selection/slice of an array +- Perform calculations allowing for missing data +- Compressed data (GZip, Zlib) +- Filtered data (byte shuffle) +- Data with non-native byte order (endianness) +- Server resource (CPU, memory, files) management +- [Prometheus](https://prometheus.io/) metrics +- Tracing with an option to send data to [Jaeger](https://www.jaegertracing.io/) +- Ansible-based containerised deployment ## Related projects -* [PyActiveStorage](https://github.com/valeriupredoi/PyActiveStorage) is a Python library which performs reductions on numerical data in data sources such as netCDF4. It has support for delegating computation to Reductionist when the data is stored in an S3-compatible object store. +- [PyActiveStorage](https://github.com/NCAS-CMS/PyActiveStorage) is a Python library which performs reductions on numerical data in data sources such as netCDF4. It has support for delegating computation to Reductionist when the data is stored in an S3-compatible object store. ## Contributing -See the [contributor guide](https://stackhpc.github.io/reductionist-rs/contributing.html) for information about contributing to Reductionist. +See the [contributor guide](https://stackhpc.github.io/reductionist-rs/contributing/) for information about contributing to Reductionist. ## License