Skip to content

Commit

Permalink
Replace more references to S3 active storage with Reductionist
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoddard committed Jul 26, 2023
1 parent 3c160a0 commit dfbf9a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ The original Python functional prototype is available [here](https://github.com/

## Concepts

The S3 active storage proxy supports the application of reductions to S3 objects that contain numeric binary data. These reductions are specified by making a HTTP post request to the active storage proxy service.
The Reductionist server supports the application of reductions to S3 objects that contain numeric binary data. These reductions are specified by making a HTTP post request to the active storage proxy service.

The S3 active storage proxy does not attempt to infer the datatype - it must be told the datatype to use based on knowledge that the client already has about the S3 object.
The Reductionist server does not attempt to infer the datatype - it must be told the datatype to use based on knowledge that the client already has about the S3 object.

For example, if the original object has the following URL:

```
http[s]://s3.example.org/my-bucket/path/to/object
```

Then S3 active storage proxy could be used by making post requests to specfic reducer endpoints:
Then Reductionist server could be used by making post requests to specfic reducer endpoints:

```
http[s]://s3-proxy.example.org/v1/{reducer}/
Expand Down Expand Up @@ -152,7 +152,7 @@ The Minimum Supported Rust Version (MSRV) is 1.66.1, due to a dependency on the
It may be necessary to use [rustup](https://rustup.rs/) rather than the OS provided Rust toolchain to meet this requirement.
See the [Rust book](https://doc.rust-lang.org/book/ch01-01-installation.html) for toolchain installation.

### Build and run S3 active storage
### Build and run Reductionist

First, clone this repository:

Expand Down Expand Up @@ -263,7 +263,7 @@ The resulting documentation is available under `target/doc`, and may be viewed i

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md) for information about contributing to S3 active storage.
See [CONTRIBUTING.md](CONTRIBUTING.md) for information about contributing to Reductionist.

## License

Expand Down

0 comments on commit dfbf9a5

Please sign in to comment.