From 9ab96610957593cfc0482a31d5152ba8e466db7b Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Thu, 22 Nov 2018 10:42:20 +0100 Subject: [PATCH 1/3] Ran "npm run format" --- src/components/Repositories/RepositoryList.module.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Repositories/RepositoryList.module.scss b/src/components/Repositories/RepositoryList.module.scss index a2e3dea0..bd72d9bb 100644 --- a/src/components/Repositories/RepositoryList.module.scss +++ b/src/components/Repositories/RepositoryList.module.scss @@ -63,8 +63,6 @@ background: $brand-white; } } - - } .repositoryCategoryTitle { From 13a7dd1b01e37d2b7f1d48e3d53d0d0b67c99d05 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Thu, 22 Nov 2018 10:43:15 +0100 Subject: [PATCH 2/3] Improved descriptions of some components --- content/concepts/components.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/concepts/components.md b/content/concepts/components.md index 3f8ad18c..ac841108 100644 --- a/content/concepts/components.md +++ b/content/concepts/components.md @@ -7,15 +7,15 @@ Before reading this page, you should understand some [Ocean-specific terminology ## Aquarius -Aquarius provides an API to an off-chain database ("OceanDB") to store and manage metadata about data assets: the assets listed in that marketplace. Every marketplace must run an instance of Aquarius. - -The off-chain database might be MongoDB, Elasticsearch or BigchainDB. +Marketplaces run Aquarius to store and manage metadata about the data assets available in their marketplace. It provides an HTTP API for interacting with an off-chain database ([OceanDB](/concepts/components/#oceandb-drivers)). ## Brizo -Publishers run Brizo to manage access control to assets on behalf of asset owners or data service providers. +Publishers run Brizo to manage interactions with marketplaces and consumers. +It interacts with the publisher's cloud and/or on-premise infrastructure. +The most basic scenario for a publisher is to provide access to the assets the publisher owns or manages, but [Brizo can do much more](/concepts/architecture/#brizo). @@ -29,7 +29,7 @@ where the associated blockchain network is running the Ocean Protocol -See also: [Set Up a Keeper](/setup/keeper/) +See also: [Run a Keeper](/setup/keeper/) ## Pleuston @@ -63,7 +63,7 @@ These drivers are extended from a high-level module implementing OceanDB functio A [Parity Secret Store](https://wiki.parity.io/Secret-Store): software for distributed key pair generation, distributed key storage, and threshold retrieval. It's used to store asset access-control keys. -We have created multiple clients for integrating the Parity Secret Store into Ocean: +There are several clients for integrating the Parity Secret Store into Ocean: From f9c2aacd26bb654f7b0615d2c0d0e155a6bae3e2 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Thu, 22 Nov 2018 10:44:09 +0100 Subject: [PATCH 3/3] Update the dev-ocean submodule --- external/dev-ocean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/dev-ocean b/external/dev-ocean index 0aeaf4ee..dfaf26f5 160000 --- a/external/dev-ocean +++ b/external/dev-ocean @@ -1 +1 @@ -Subproject commit 0aeaf4eeadda2901da629ead14748c89d05c26dc +Subproject commit dfaf26f53366130da2973a25e596f0ed6fe7b0c7