mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 14:34:19 +01:00
Update share-append-only-databases-with-hyperbee.md (#52)
Corrected Path
This commit is contained in:
@@ -16,7 +16,7 @@ pear init -y -t terminal
|
|||||||
npm install corestore hyperswarm hyperbee b4a
|
npm install corestore hyperswarm hyperbee b4a
|
||||||
```
|
```
|
||||||
|
|
||||||
[Click here to save `dict.json`](./assets/dict.json).
|
[Click here to save `dict.json`](../assets/dict.json).
|
||||||
|
|
||||||
Save it into `bee-writer-app` directory. The `dict.json` file contains 100K dictionary words.
|
Save it into `bee-writer-app` directory. The `dict.json` file contains 100K dictionary words.
|
||||||
|
|
||||||
@@ -214,4 +214,4 @@ pear dev -- <SUPPLY KEY HERE>
|
|||||||
|
|
||||||
Now we can examine the Hyperbee as if it were just a Hypercore.
|
Now we can examine the Hyperbee as if it were just a Hypercore.
|
||||||
|
|
||||||
The `core-reader-app` will continually download and log the last block of the Hypercore containing the Hyperbee data. Note that these blocks are encoded using Hyperbee's `Node` encoding, which has been imported directly from `Hyperbee` here for the purposes of explanation.
|
The `core-reader-app` will continually download and log the last block of the Hypercore containing the Hyperbee data. Note that these blocks are encoded using Hyperbee's `Node` encoding, which has been imported directly from `Hyperbee` here for the purposes of explanation.
|
||||||
|
|||||||
Reference in New Issue
Block a user