From 55ed87bcd946afa762d9b4cba409f5c6be6e501f Mon Sep 17 00:00:00 2001 From: "mariacarmina.cretu" Date: Wed, 14 Jun 2023 14:22:48 +0000 Subject: [PATCH] GITBOOK-513: Added intros to the flows --- developers/ocean.py/compute-flow.md | 4 +++- developers/ocean.py/consume-flow.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/developers/ocean.py/compute-flow.md b/developers/ocean.py/compute-flow.md index 1697265f..b162d4e1 100644 --- a/developers/ocean.py/compute-flow.md +++ b/developers/ocean.py/compute-flow.md @@ -2,7 +2,9 @@ description: This page shows how you run a compute flow. --- -# Compute flow +# Compute Flow + +In this page, we provide the steps for publishing algorithm asset, run it on Ocean environment for C2D and retrieve the result logs, using ocean.py. We assumed that you have completed the installation part with the preferred setup. diff --git a/developers/ocean.py/consume-flow.md b/developers/ocean.py/consume-flow.md index c3e01fa9..7bcf0350 100644 --- a/developers/ocean.py/consume-flow.md +++ b/developers/ocean.py/consume-flow.md @@ -4,6 +4,8 @@ description: This page shows how you can get datatokens & download an asset # Consume Flow +Consume flow highlights the methods for getting a datatoken for accessing an asset from Ocean Market and for downloading the content of the asset. + We assumed that you accomplished the publish flow presented previously. Now let's see how can Bob get access to Alice's asset in order to download/consume it.