-
It was suggested in https://github.com/orbitdb/orbit-db/issues/233 that we should have a daemon mode. I think adding that would be awesome!
I reckon we can start by the "daemon mode" being the same…
-
A couple of weeks ago I asked the Berty guys (@glouvigny) about feature parity of their OrbitDB's Golang implementation & official JS implementation.
(Our conversation from Discord)
> Hi! I know t…
-
### Problem
The `ipfs-http-client` package is now shipped with types, and those types seem to conflict with the `IPFS` type we are using in this package.
### Steps to Reproduce
```typescript
…
-
## What I'm trying to accomplish:
I want to examine single `ipfs objects` created by `orbit-db-cli` with `go-ipfs` or `js-ipfs`. Given a `` from adding to a `feed`-store with `orbitdb add 'Hello W…
-
At Berty we implement our conversation groups based on [go-orbit-db](https://github.com/berty/go-orbit-db) stores (go-orbit-db is a golang port of [js-orbit-db](https://github.com/orbitdb/orbit-db)) w…
-
Here it is a list of variables that should be in MC DB extracted by the crawler:
From **RunMetadata/DmpRunSimuHeader**
- Seed
- Number of events
- Spectrum Type
- Source Type
- Vertex radius
…
-
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…
-
## Roadmap
**Within Next two months**
- [ ] Exposing pubsub channel to orbit-db-store interface
- [ ] Secure, authenticated pubsub (Aviondb specific, or orbitdb specific?)
- [ ] Non Identi…
-
_Original report by Torsten Merkel:_ https://bugs.launchpad.net/stellarium/+bug/1291005
I tried to observe three of the minor planets during last two weeks (Pallas, Vesta, Ceres) and had problems t…
-
The types for setting up an access controller https://github.com/orbitdb/orbit-db-types/blob/master/DBOptions.d.ts#L8-L21 don't allow passing in any custom options.