You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,17 @@ The original Python functional prototype is available [here](https://github.com/
14
14
15
15
## Concepts
16
16
17
-
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.
17
+
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.
18
18
19
-
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.
19
+
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.
20
20
21
21
For example, if the original object has the following URL:
22
22
23
23
```
24
24
http[s]://s3.example.org/my-bucket/path/to/object
25
25
```
26
26
27
-
Then S3 active storage proxy could be used by making post requests to specfic reducer endpoints:
27
+
Then Reductionist server could be used by making post requests to specfic reducer endpoints:
28
28
29
29
```
30
30
http[s]://s3-proxy.example.org/v1/{reducer}/
@@ -152,7 +152,7 @@ The Minimum Supported Rust Version (MSRV) is 1.66.1, due to a dependency on the
152
152
It may be necessary to use [rustup](https://rustup.rs/) rather than the OS provided Rust toolchain to meet this requirement.
153
153
See the [Rust book](https://doc.rust-lang.org/book/ch01-01-installation.html) for toolchain installation.
154
154
155
-
### Build and run S3 active storage
155
+
### Build and run Reductionist
156
156
157
157
First, clone this repository:
158
158
@@ -263,7 +263,7 @@ The resulting documentation is available under `target/doc`, and may be viewed i
263
263
264
264
## Contributing
265
265
266
-
See [CONTRIBUTING.md](CONTRIBUTING.md) for information about contributing to S3 active storage.
266
+
See [CONTRIBUTING.md](CONTRIBUTING.md) for information about contributing to Reductionist.
0 commit comments