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

GITBOOK-237: change request with no subject merged in GitBook

This commit is contained in:
Jamie Hewitt 2023-05-23 15:20:11 +00:00 committed by gitbook-bot
parent fc42c2a543
commit 01dfc0c15c
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -16,15 +16,15 @@ The Provider decrypts the URL when a dataset is downloaded and it streams the da
Additionally, the Provider service offers compute services by establishing a connection to the C2D environment. This enables users to compute and manipulate data within the Ocean Protocol stack, adding a new level of utility and function to this data services platform.
### What does Provider do?
### What does the Provider do?
* The only component that can access your data
* Performs checks on chain for buyer permissions and payments
* Performs checks on-chain for buyer permissions and payments
* Encrypts the URL and metadata during publish
* Decrypts the URL when the dataset is downloaded or a compute job is started
* Provides access to data assets by streaming data (and never the URL)
* Provides compute services (connects to C2D environment)
* Typically run by the Data Provider
* Typically run by the Data owner
### What technology is used?