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

Merge pull request #33 from oceanprotocol/feature/oceandb

add OceanDB repos & infos
This commit is contained in:
Matthias Kretschmann 2018-11-16 17:43:02 +01:00 committed by GitHub
commit a6c624530f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 22 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-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
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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

View File

@ -12,6 +12,10 @@ cd docker-images/
./start_ocean.sh --latest
```
Seeing the dolphin means it's working:
![start_ocean.sh](images/dolphin.png)
One everything is up and running, you can interact with the components. For example, to interact with Pleuston, go to:
[http://localhost:3000/](http://localhost:3000/)

View File

@ -20,3 +20,8 @@
- name: squid-java
- name: secret-store-client-js
- name: secret-store-client-py
- name: secret-store-client-java
- name: oceandb-mongodb-driver
- name: oceandb-bigchaindb-driver
- name: oceandb-elasticsearch-driver
- name: oceandb-driver-interface

2
external/dev-ocean vendored

@ -1 +1 @@
Subproject commit b082789e850b6cdf5af129352f58e029b4a8637b
Subproject commit e4ba686bd8a083509e43f39c60edee14d7197724