Skip to content

Commit d62e551

Browse files
docs: review datastore and storage description to make their diff clearer
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 7e452da commit d62e551

2 files changed

Lines changed: 22 additions & 6 deletions

File tree

docs/build/datastore/index.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
---
2-
description: Learn how Juno's Datastore simplifies blockchain data storage with easy-to-use SDK and comprehensive documentation.
3-
keywords: [blockchain data storage, collection, document, key, data]
2+
description: Learn how Juno's Datastore simplifies structured data management with an easy-to-use SDK and clear collection-document model.
3+
keywords:
4+
[data persistence, collection, document, key-value store, distributed data]
45
---
56

67
# Datastore
78

8-
The Juno Datastore offers a simple key-value model, organized by collections containing documents, for storing data on the blockchain. It eliminates the need to write backend code, allowing easy management of distributed, cross-user data.
9+
The Juno Datastore offers a simple key-value model, organized by collections containing documents, for managing structured data.
10+
11+
Use it for structured data like user profiles, tasks, settings, or other data of your app stored as documents inside collections.
12+
13+
:::tip
14+
15+
For binary files like images or files, use the [Storage](../storage/index.md) instead.
16+
17+
:::
918

1019
![A screenshot of the Datastore in Juno's Console](../../img/satellite/datastore.webp)
1120

docs/build/storage/index.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
---
2-
description: Juno Storage offers a powerful and cost-effective object storage solution on the blockchain for app developers. Learn how to store and serve user-generated content securely.
2+
description: Learn how Juno Storage handles files like images or user content through a simple and efficient storage model.
3+
keywords: [file storage, object storage, binary files, uploads, user content]
34
---
45

56
# Storage
67

7-
Juno Storage is designed for app developers who need to store and serve user-generated content, such as photos or files.
8+
Juno Storage is for files — like images or other user-generated content.
89

9-
It offers a powerful and cost-effective object storage solution on the blockchain.
10+
It provides a simple way to upload, serve, and delete files, with support for multiple encodings and custom headers.
11+
12+
:::tip
13+
14+
For structured data, use the [Datastore](../datastore/index.md) instead.
15+
16+
:::
1017

1118
![A screenshot of the Storage in Juno's Console](../../img/satellite/storage.webp)
1219

0 commit comments

Comments
 (0)