Skip to content

Commit

Permalink
Update README links
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Sep 17, 2024
1 parent 268e187 commit 6ca4c1f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6ca4c1f

Please sign in to comment.