1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Merge pull request #466 from alexander-morris/patch-2

more typos
This commit is contained in:
Matthias Kretschmann 2020-12-03 18:25:16 +01:00 committed by GitHub
commit bde2fbbf68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ in charge of managing the workflow executing requests.
Typically the Operator Service is integrated from Ocean Provider, but can be called independently of it.
The Operator Service is in charge of stablishing the communication with the K8s cluster, allowing to:
The Operator Service is in charge of establishing the communication with the K8s cluster, allowing it to:
- Register workflows as K8s objects
- List the workflows registered in K8s
@ -65,7 +65,7 @@ The main responsibilities are:
In the above diagram you can see the initial integration supported. It involves the following components/actors:
- Data Scientists/Consumers - The end users who need to use some computing services offered by the same Publisher as the data Publisher.
- Ocean Keeper - In charge of enforcing the Service Agreement by tracing conditions.
- Ocean Keeper - In charge of enforcing the Service Agreement by tracking conditions.
- Operator-Service - Micro-service that is handling the compute requests.
- Operator-Engine - The computing systems where the compute will be executed.