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:
commit
a6c624530f
@ -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.
|
||||
|
BIN
content/setup/images/dolphin.png
Normal file
BIN
content/setup/images/dolphin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 226 KiB |
@ -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/)
|
||||
|
@ -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
2
external/dev-ocean
vendored
@ -1 +1 @@
|
||||
Subproject commit b082789e850b6cdf5af129352f58e029b4a8637b
|
||||
Subproject commit e4ba686bd8a083509e43f39c60edee14d7197724
|
Loading…
Reference in New Issue
Block a user