Skip to content

Commit

Permalink
Merge pull request #62 from nevermined-io/gerriesmits-patch-27-1
Browse files Browse the repository at this point in the history
Update 06-register-dataset.md
  • Loading branch information
gerriesmits committed Jun 26, 2023
2 parents f398146 + 69099ec commit c98924b
Showing 1 changed file with 33 additions and 23 deletions.
56 changes: 33 additions & 23 deletions docs/tutorials/06-register-dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ description: How to register your dataset and link to a Smart Subscription

# How to register your dataset and link to a Smart Subscription

In a previous tutorial we showed how to create a Smart Subscription. Here we go through the required steps of registering a new datazet and link it to your Smart Subscription. Owners who purchase that subscription will get access to the one or more datasets that are included in the plan.
Here we go through the required steps of registering a new dataset and link it to your Smart Subscription. Owners who purchase that subscription will get access to the one or more datasets that are included in the plan.

:::note
You can't register an asset without first configuring a Smart Subscription. So if you skipped that part, please go to the tutorial about [How to create a Smart Subscription](04-create-subscription.md) first.
:::

## Getting ready
## Before you start

Currently, the Nevermined App is deployed on the Polygon, Gnosis and Arbitrum networks (plus on their respective testnets).
Currently, the Nevermined App is deployed on the [Polygon](https://matic.nevermined.app/), [Gnosis](https://gnosis.nevermined.app/) and [Arbitrum](https://nevermined.app/) networks (plus on their respective testnets).

In order to interact with that network you need to:

Expand All @@ -30,70 +30,80 @@ These are the steps to make your dataset available to holders of your Smart Subs
- Click on the New button in the top right to go the New Asset page.
- Click on the “Create Asset” button of the Dataset box.

![Create a new Asset page](/images/tutorials/01_New_Subscription.png)
<p align="center"><img src="/images/tutorials/04_01_New_Subscription.png" /></p>

### 2. Provide a short title and other metadata
### 2. Describe your data asset

Provide a description to explain to potential purchasers what your dataset is about.
Example:
#### Provide a short title

#### Add a description
For example:
- Aggregate dataset about hair loss research. Done by Dr. Whig. Conducted in 2021, with 3500 Spanish males.
or
- A CSV file containing the lyrics of these 43 Elvis songs: Love Me Tender, Jailhouse Rock,...

Add tags to help buyers find your AI Web Service in the Nevermined marketplace.
Click the + symbol to add new tags.
#### Include tags
Add tags to help buyers find your Data set(s) in the Nevermined marketplace.
Click the '+' symbol to add new tags.

![Add dataset metadata page](/images/tutorials/18_Publisher_dataset_01.png)
<p align="center"><img src="/images/tutorials/06-01-Dataset-Description.png" /></p>

### 3. Upload the files and supporting assets

#### Upload files
Drag & drop or browse in your local computer to upload your dataset.
Note: a dataset can have multiple files associated to it.
Any file format is permitted.

We also recommend adding information about the Data Schema. Describe the structure of your dataset: fields, field types, number records, etc
#### Upload files
We also recommend adding information about the Data Schema.
Describe the structure of your dataset: fields, field types, number records, etc

Give your potential buyers an idea of what they can expect, by uploading a sample set of your data.
#### Cover image
You have the option to add a visual that gives more info about your Data Asset, e.g. an image of Elvis.

Finally, you have the option to add a visual that gives more info about your Data Asset, e.g. an image of Elvis.
#### Sample Data
Give your potential buyers an idea of what they can expect, by uploading a sample set of your data.

<p align="center"><img src="/images/tutorials/06-02-Dataset-Upload.png" /></p>

![Add Web Service metadata page](/images/tutorials/19_Publisher_dataset_02.png)


### 4. Choose a subscription plan

Next, you need to specify what type of subscription a user requires to get access to your dataset.

:::Pro tip
:::Tip
If you want your data set to be available via different plans, you can go through this process once more.
Register the asset again and add it to another Smart Subscription plan. For now ;-)
:::

![Attach a subscription to the dataset](/images/tutorials/20_Publisher_dataset_03.png)
<p align="center"><img src="/images/tutorials/05-04-Webservice-Plan.png" /></p>

### 5. Review everything is okay

Finally, review your data subscription.
Click on “Create” if everything looks good. Or go “Back” if you want to modify anything.

![Review new dataset is okay](/images/tutorials/21_Publisher_dataset_04.png)
<p align="center"><img src="/images/tutorials/06-03-Dataset-Review.png" /></p>

### 6. Dataset registration

The Nevermined App will register the new data set on the blockchain. This will require you to sign two transactions in your MetaMask wallet. As explained in ‘Getting Ready’, this requires a little bit of gas tokens to pay for the network transaction fees.
The Nevermined App will register the new data set on the blockchain. This will require you to sign one transaction in your MetaMask wallet. As explained, this requires a little bit of gas tokens to pay for the transaction fees.

![Registration of the dataset](/images/tutorials/22_Publisher_dataset_05.png)

---

### 7. Distribute and make some money

Go to your Dashboard to get an overview of your Smart Subscription(s) and the data set(s) associated with it.
You’re done!
Go to your dashboard to get an overview of your Smart Subscription(s) and the data set(s) associated with it.

<p align="center"><img src="/images/tutorials/06-04-Dataset-Dashboard.png" /></p>

Click on the eye-icon of your data set to go the Asset Detail page.
Click on the Data set to go the Asset Detail page.

Share this URL with potential buyers. They can use the 'Buy Now' button to purchase directly from you.
In addition, people can also automatically discover your Data Asset in the Nevermined Marketplace.
In addition, people can also automatically discover your AI web service in the Nevermined Marketplace.

![New dataset created](/images/tutorials/23_Dataset_details_page.png)
<p align="center"><img src="/images/tutorials/06-05-Dataset-Asset.png" /></p>

0 comments on commit c98924b

Please sign in to comment.