-
Orbitdb entries need to be loaded to memory in order for us to make queries. Even though our databases are small (up to 500 entries) loading them can take up to a minute.
I posted a question in gitte…
-
This repo needs a few things:
- Linting needs to be configured to comply with `standard`, which should only apply to .js files (not the .jsx);
- The dependencies need to be updated.
This repo may be …
-
Been having a lot of thoughts whether or not to use GunDB or OrbitDB without any clarification, so I think it'd be easier just to code an adapter interface.
Adapters
* GunDB
* OrbitDB
-
Examples implementing something like that:
https://github.com/earthstar-project/earthstar
https://github.com/orbitdb/example-orbitdb-todomvc
https://github.com/arj03/ssb-browser-demo
-
I think my Vue plugin VueOrbitDB is abstract and useful enough to stand alone.
https://github.com/btimby/nimtok/blob/main/src/plugins/orbitdb.js
It has the following benefits:
1. It can be impo…
-
```
const IPFS = require('ipfs')
const OrbitDB = require('orbit-db')
const ipfsOptions = {
start: true,
EXPERIMENTAL: {
pubsub: true,
},
config: {
Addresses: {
…
-
In the OrbitDB docs, I read: "In order to have the same data, ie. a query returns the same result for all peers, an OrbitDB database must be replicated between the peers. This happens automatically in…
-
1. Is it true that OrbitDB is still in Alpha?
2. If not, what progress has it made over other P2P or blockchain databases?
3. Are there any code tests that OrbitDB has undergone to prove its quality…
-
We need to get the list of channels from orbitdb instead of channel of channels and display it in "Search for Channels" view.
-
Using a distributed database (https://github.com/orbitdb/orbit-db) it should be possible for every user to contribute to a cache of audio data.
This would start with caching and sharing the wavefor…