-
Based on discussions on Discord
- Use a regular `hyper://` URL
- `/` in the URL is pulled through the [sub](https://github.com/mafintosh/hyperbee/pull/8) command
- Keys can be URI encoded, that's…
-
The js version has an extension that is supposed to speed up replication for queries.
It's defined here: https://github.com/holepunchto/hyperbee/blob/main/lib/extension.js
It might be good to im…
-
```js
;(async function() {
const Corestore = require('corestore');
const Hyperdrive = require('hyperdrive');
const folder = 'animals';
const store = new Corestore(`./db/${folder}`);
aw…
-
```bash
npm i hyper-nostr
```
```
/home/benz/Desktop/nostr/node_modules/hyperbee/index.js:108
const bitfield = core.core.bitfield
^
TypeError: Cannot read p…
-
## User Story
As an archiver, I can ensure that if my hyperbee server goes down and I somehow lose all of the data that was on the server, I can ensure that I can restart the hyperbee with a backup…
-
hi here is my backend.js
const { Client } = require('hyperspace')
const HyperBee = require('hyperbee')
const { kvPairs : dictionaryPairs } = require('websters-english-dictionary')
start()
a…
-
Hey guys,
I was trying the `sub` namespacing of hyperbee and I notice that running a `createHistoryStream` over sub databases gets the history of the entire database and also for some reason with e…
-
Looking at #46 and thinking of [multi-hyperbee](https://github.com/tradle/multi-hyperbee) or [cabal](https://github.com/cabal-club) it may be a good idea to specify the _type_ of a given hyper URL, (i…
-
I am using the `const buyer = market.buy(card, { live: true, sparse: true, terms })` line to enable live streaming of data (raw ethbtc trades in my case), however, the datastream does not give me any …
-
I am replicating the example from the Hyperbee documentation.
I'm referring to this one:
https://docs.holepunch.to/quick-start#hyperbee-sharing-append-only-databases
The example encourages me to …