1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-01 15:55:34 +01:00
docs/data-science/README.md

25 lines
1.3 KiB
Markdown
Raw Normal View History

---
cover: ../.gitbook/assets/cover/data_science.png
coverY: 0
2023-05-18 15:14:16 +02:00
---
# 📊 Data Science
Ocean Protocol was built to serve the data science space. This guide links you to the most important tutorials for data scientists working with Ocean Protocol. 
**Core Components for Data Scientists:**
* [Ocean data NFTs ](../developers/contracts/data-nfts.md)and [datatokens](../developers/contracts/datatokens.md) are core building blocks of Ocean Protocol. They allow individuals and businesses to define their ownership of their assets, and create flexible access control tokens
* Ocean's [Compute-to-Data](../developers/compute-to-data/) engine resolves the trade-off between the benefits of open data and data privacy risks. Using the engine, algorithms can be run on data without exposing the underlying data. Now, data can be widely shared and monetized without 
* [Ocean.py](../developers/ocean.py/) a python library that interacts with all Ocean contracts and tools. To get started with the library, check out our guides. They will teach installation and set-up and several popular workflows such as[ publishing an asset](../developers/ocean.py/publish-flow.md) and starting a [compute job](../developers/ocean.py/compute-flow.md).
How to take part in the ecosystem
2023-05-26 15:31:42 +02:00
* Publish useful data
*
2023-05-26 15:31:42 +02:00