1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 08:20:22 +01:00
docs/content/concepts/tools.md

29 lines
1.6 KiB
Markdown
Raw Normal View History

2018-11-16 13:37:06 +01:00
---
title: Tools & Examples
description: Tools and examples for developing with Ocean Protocol.
---
## Tools
[Plecos](https://github.com/oceanprotocol/plecos) is a Python tool to check metadata (a JSON file) to see if it conforms to the [OEP8 schema](https://github.com/oceanprotocol/OEPs/tree/master/8). Plecos wraps the [jsonschema](https://github.com/Julian/jsonschema) validator.
2019-02-20 16:56:38 +01:00
Users can use Plecos to check their metadata before sending it to an Aquarius instance. Plecos is manually updated with a schema file according to [OEP8](https://github.com/oceanprotocol/OEPs/tree/master/8). Find the tool in [PyPI](https://pypi.org/project/plecos/).
Plecos can be used in a microservice to facilitate data onboarding, as described in the [plecos_service](https://github.com/oceanprotocol/plecos_service) repository.
2019-02-20 16:59:15 +01:00
<repo name="Plecos"></repo>
2018-11-16 13:37:06 +01:00
2018-11-19 16:00:05 +01:00
## Examples
2018-11-16 13:37:06 +01:00
The [Tutorials](/tutorials/introduction/) include many examples.
2019-01-16 16:28:11 +01:00
Examples of using the [🦑 squid-py](https://github.com/oceanprotocol/squid-js) Python library can be found in the [squid_py/examples/ directory of the squid-py repository](https://github.com/oceanprotocol/squid-py/tree/develop/squid_py/examples). More examples are in the repositories:
2018-11-16 13:37:06 +01:00
2018-11-19 16:00:05 +01:00
<repo name="mantaray"></repo>
<repo name="tuna"></repo>
2018-11-16 13:37:06 +01:00
2019-01-16 16:28:11 +01:00
Examples of using the [🦑 squid-js](https://github.com/oceanprotocol/squid-js) JavaScript library can be found in the [src/examples/ directory of the squid-js repository](https://github.com/oceanprotocol/squid-js/tree/develop/src/examples). More examples are in the repositories:
2018-11-16 13:37:06 +01:00
2018-11-19 16:00:05 +01:00
<repo name="pleuston"></repo>
2018-11-16 13:37:06 +01:00
<repo name="tuna"></repo>