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

add oceandb repos as components

This commit is contained in:
Matthias Kretschmann 2018-11-16 15:38:51 +01:00
parent eae7f752d5
commit 9e672b9ccc
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 12 additions and 1 deletions

View File

@ -47,6 +47,18 @@ Client libraries used by applications (such as Pleuston or Jupyter notebooks) to
<repo name="squid-py"></repo> <repo name="squid-py"></repo>
<repo name="squid-java"></repo> <repo name="squid-java"></repo>
## OceanDB Drivers
OceanDB is an off-chain database(?) for storing metadata about data assets.
<repo name="oceandb-mongodb-driver"></repo>
<repo name="oceandb-bigchaindb-driver"></repo>
<repo name="oceandb-elasticsearch-driver"></repo>
These drivers are extended from a high-level module implementing OceanDB functions. You can create your own plugins based on its abstracted interface:
<repo name="oceandb-driver-interface"></repo>
## Secret Store ## Secret Store
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. 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.

View File

@ -23,4 +23,3 @@
- name: oceandb-mongodb-driver - name: oceandb-mongodb-driver
- name: oceandb-bigchaindb-driver - name: oceandb-bigchaindb-driver
- name: oceandb-elasticsearch-driver - name: oceandb-elasticsearch-driver
- name: oceandb-driver-interface