1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-30 05:31:57 +02:00

Revised the Tools & Examples page

This commit is contained in:
Troy McConaghy 2018-11-19 16:00:05 +01:00
parent 175bd0240f
commit ddcb9f6db3
2 changed files with 9 additions and 8 deletions

View File

@ -55,7 +55,7 @@ OceanDB is an off-chain database for storing metadata about data assets.
<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:
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>

View File

@ -3,21 +3,22 @@ title: Tools & Examples
description: Tools and examples for developing with Ocean Protocol.
---
The setup & tutorials sections have some examples to get you started.
The Setup & Tutorials sections have some examples to get you started.
- [Setup: Quick Start](/setup/quickstart/)
- [Tutorials: Introduction](/tutorials/introduction/)
## Tools
Data science tools:
<repo name="mantaray"></repo>
<repo name="nautilina"></repo>
Coming soon!
## Examples
JavaScript examples for working with the [🦑 squid-js](https://github.com/oceanprotocol/squid-js) library:
Examples of using the [🦑 squid-py](https://github.com/oceanprotocol/squid-js) Python library:
<repo name="mantaray"></repo>
Examples of using the [🦑 squid-js](https://github.com/oceanprotocol/squid-js) JavaScript library:
<repo name="pleuston"></repo>
<repo name="tuna"></repo>