-
Hi there, I'd like to do some heavy work on this to get it up to date with the latest IPFS versions, and take care of the issues expressed in the PRs. Would it be possible to grant me access to this r…
-
is it possible to store image inside the orbitdb?
-
> Is every 'put' to OrbitDB immediately sent to the IPFS network and when 'await orbitdb.put(key, value)' returns, can I assume that the data has been persisted to atleast one other node in addition t…
-
Hi,
I'm currently doing research on serverless databases and OrbitDB seems to be an amazing solution. Thanks for all this work.
However, I'm thinking about implementing a massive document store th…
-
Using the `--org` flag causes a GraphQL permissions error.
```sh
🐕 node src/cli.js -o orbitdb -r example-orbitdb-todomvc
Error: Graphql error: {
"data": null,
"errors": [
{
"m…
-
First, a quick recap.
OrbitDB is progressing towards dynamic access, aka dynamic permissions. As part of this effort, multiple access controller types need to be supported. Currently OrbitDB uses a…
-
We've run into a series of errors in libp2p, ipfs, and orbitdb.
We should create issues for these. I'm making a placeholder issue today to make sure we do it this week, but in general we should do…
-
Answered in https://github.com/orbitdb/orbit-db/issues/342 and specifically comment on GC in https://github.com/orbitdb/orbit-db/issues/342#issuecomment-379982614.
-
### 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
…
-
Hey, there
I am new to orbitdb, and I think it's amazing. But I didn't see how to add peers in orbitdb. Can we get the nodes synced by default ?
Thanks in advance
Cheers ^^