mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 06:24:24 +01:00
Updated Youtube links with existing markdown syntax (#40)
* Fixed youtube links * Updated E2
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
|
||||
[Hyperbee](../building-blocks/hyperbee.md) is an append-only B-tree based on Hypercore. It provides a key/value-store API with methods to insert and get key/value pairs, perform atomic batch insertions, and create sorted iterators.
|
||||
|
||||
|
||||
> [Build with Pear - Episode 07: Peer-to-Peer Databases](https://www.youtube.com/watch?v=E7ysAVa_V-s)
|
||||
|
||||
This How-to consists of three applications: `bee-writer-app` , `bee-reader-app` and `core-reader-app`.
|
||||
|
||||
The `bee-writer-app` stores 100k entries from a given dictionary file into a Hyperbee instance. The Corestore instance used to create the Hyperbee instance is replicated using Hyperswarm. This enables other peers to replicate their Corestore instance and sparsely (on-demand) download the dictionary data into their local Hyperbee instances.
|
||||
|
||||
Reference in New Issue
Block a user