mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Some initial docs
This commit is contained in:
parent
d401178ed5
commit
7a47ddccc5
46
content/core-concepts/terminology.md
Normal file
46
content/core-concepts/terminology.md
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
---
|
||||||
|
title: Terminology
|
||||||
|
---
|
||||||
|
|
||||||
|
There is terminology specific to Ocean Protocol.
|
||||||
|
|
||||||
|
## Asset
|
||||||
|
|
||||||
|
A data set or data service.
|
||||||
|
|
||||||
|
## Publisher
|
||||||
|
|
||||||
|
Someone who has assets that they want to sell (or give away freely). An example is an almond distributor with 30 years of data about almond sales.
|
||||||
|
|
||||||
|
## Consumer
|
||||||
|
|
||||||
|
Someone who wants assets. An example is a data scientist working at an economic think tank.
|
||||||
|
|
||||||
|
## Marketplace
|
||||||
|
|
||||||
|
A service where publishers can list what assets they have, and consumers can see what's available then buy it (or get it for free).
|
||||||
|
|
||||||
|
## Keeper
|
||||||
|
|
||||||
|
A computer running a blockchain client (i.e. a blockchain node) where the associated blockchain network is running the Ocean Protocol keeper contracts (smart contracts).
|
||||||
|
|
||||||
|
## Aquarius
|
||||||
|
|
||||||
|
Ocean-specific software to help store and manage metadata about assets (but not assets themselves). Every marketplace must run an instance of Aquarius.
|
||||||
|
|
||||||
|
## Brizo
|
||||||
|
|
||||||
|
Ocean-specific software to help publishers manage consumer access to their assets.
|
||||||
|
|
||||||
|
## Secret Store
|
||||||
|
|
||||||
|
[Parity Secret Store](https://wiki.parity.io/Secret-Store).
|
||||||
|
|
||||||
|
## Squid
|
||||||
|
|
||||||
|
A set of software libraries to interact with Ocean network participants, including Keepers, Aquarius, Brizo, and Secret Store. The initial libraries are in Python, JavaScript and Java.
|
||||||
|
|
||||||
|
## Pleuston
|
||||||
|
|
||||||
|
An example marketplace frontend implemented using React and Squid-JavaScript.
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
title: The components of Ocean Protocol
|
|
||||||
---
|
|
3
content/setup/keeper.md
Normal file
3
content/setup/keeper.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Set Up a Keeper
|
||||||
|
---
|
@ -1,3 +1,3 @@
|
|||||||
---
|
---
|
||||||
title: Set up a data marketplace
|
title: Set Up a Marketplace
|
||||||
---
|
---
|
||||||
|
3
content/setup/publisher.md
Normal file
3
content/setup/publisher.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Publish Data or Services
|
||||||
|
---
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Use Jupyter notebooks to interact with the Ocean network
|
title: Example Jupyter Notebooks to Interact with the Ocean Network
|
||||||
---
|
---
|
||||||
|
|
||||||
How to use Mantaray?
|
(Mantaray)
|
||||||
|
Loading…
Reference in New Issue
Block a user