Skip to content

Commit 5f5bf32

Browse files
TippyFlitsUKjennijuju
authored andcommitted
GITBOOK-12: No subject
1 parent b1b36bc commit 5f5bf32

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

builder-cookbook/dapps/decentralized-database.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Let's take storage deal aggregator/RaaS as an example to demonstrate how to inte
2626

2727
When uploading data via aggregator/RaaS providers to the Filecoin network, you can choose to store its metadata in Tableland tables instead of storing it in the chain state. This metadata can then be easily accessed from the Tableland database and utilized directly within your application.
2828

29-
If you require sample datasets to use, you can use the [Filecoin Dataset Explorer](https://dataset-explorer.vercel.app/).
29+
If you require sample datasets to use, you can use the [Filecoin Dataset Explorer](https://datasets.filecoin.io/).
3030

3131
As an example, let's design the deal aggregator table as follows. However, you can certainly add more columns to this table to include additional information, such as RaaS registration.
3232

@@ -129,7 +129,7 @@ function complete(
129129
}
130130
```
131131

132-
4. **Query aggregation records** 
132+
4. **Query aggregation records**
133133

134134
By using the Tableland SDK, you can easily query the aggregation or RaaS status of all the data stored with the aggregator using SQL statements. For instance, you can retrieve all records associated with a specific CID by executing a SELECT statement.
135135

@@ -143,6 +143,4 @@ console.log(results);
143143

144144
To learn how to write different select statements using Tableland SDK, you can refer to [here](https://docs.tableland.xyz/sdk/database/prepared-statements).
145145

146-
147-
148-
[Was this page helpful?](https://airtable.com/apppq4inOe4gmSSlk/pagoZHC2i1iqgphgl/form?prefill\_Page+URL=https://docs.filecoin.io/builder-cookbook/dapps/decentralized-database)
146+
[Was this page helpful?](https://airtable.com/apppq4inOe4gmSSlk/pagoZHC2i1iqgphgl/form?prefill_Page+URL=https://docs.filecoin.io/builder-cookbook/dapps/decentralized-database)

builder-cookbook/data-storage/retrieve-data.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ const options = {
123123

124124
***
125125

126-
For quick retrieval of existing datasets with the methods above, check out the [Filecoin Dataset Explorer](https://dataset-explorer.vercel.app/).
126+
For quick retrieval of existing datasets with the methods above, check out the [Filecoin Dataset Explorer](https://datasets.filecoin.io/).
127127

128128
***
129129

130-
[Was this page helpful?](https://airtable.com/apppq4inOe4gmSSlk/pagoZHC2i1iqgphgl/form?prefill\_Page+URL=https://docs.filecoin.io/builder-cookbook/data-storage/retrieve-data)
130+
[Was this page helpful?](https://airtable.com/apppq4inOe4gmSSlk/pagoZHC2i1iqgphgl/form?prefill_Page+URL=https://docs.filecoin.io/builder-cookbook/data-storage/retrieve-data)

0 commit comments

Comments
 (0)