-
I always get this error when I try to use OrbitDB:
```
admin@Air-von-Admin src % node index.js
file:///Users/admin/Projects/Tryvilni/node_modules/@orbitdb/core/src/sync.js:274
pubsub.addEve…
-
This unhandled exception caused the app to crash. This is the `helia` branch.
```
Error: stream ended before 1 bytes became available
at file:///home/trout/work/psf/code/ipfs-p2wdb-service/no…
-
- Store a larger object and not just an int
- Mock DIDs and reviews objects
- Create 100k users, with 100 reviews on average
- Index on DID
- Index on review author did and subject did
- Kill DB …
-
The replication mechanism for orbitDB is too simple and need new design :
- for now if aggressively replicated it self on all the box that available on the network.
We have to consider:
- User …
-
Hello, I am trying to setup OrbitDB as a decentralized database using public IPFS network as the storage.
Could you please advise the right configuration that?
Another question is how to get the C…
-
## Overview
We have developed, with the help of @tabcat, an OrbitDB Service Provider for our [GIT-like](https://www.uprtcl.io/) Wiki (prototype at https://eth.intercreativity.io needs metamask on r…
-
**Announcment!** We have stickers based on [our logo](https://github.com/orbitdb/logo).
![img_2405_1024](https://user-images.githubusercontent.com/910753/53825547-8b5d8a00-3f44-11e9-885f-63997de74…
-
**[REQUIRED] What new topic/thread/tutorial are you proposing? Please describe.**
The current https://simpleaswater.com/ has some great guides on What is *. I think that [OrbitDB](https://github.com/…
-
Screen shows app as loaded before Constellation/OrbitDB are fully loaded.
-
Because orbitdb is based on js-ipfs, and js-ipfs does not yet have garbage collection, all orbit databases are persistent. In IPFS terms, orbit databases are pinned by default.
However, when run in…