-
Right now the production and develop deployments use the same s3 and orbitdb stores, and redis cache, as well as the same node-id. We should migrate the develop deployment to use a standalone deployme…
-
This is a bit of an exploratory story. First as an experiment we should migrate our current system to be compatible with the new orbitdb-identity-provider, without the use of 3ID.
We need to make su…
-
What sort of database type can be created with orbit db when implementing it with IoT data. Also I have been using go-ipfs for all the experiments with IPFS. But I don't find a version of orbit DB wit…
-
In all your examples, you create a new IPFS and OrbitDB instance.
I would like to replicate your Live Demo 1, but I am not sure how to refer to an existing address when a client want to access a know…
-
At the documentation there's the following:
```
const hash = await db.put({ _id: 'QmAwesomeIpfsHash', name: 'shamb0t', followers: 500 })
```
So a hash is returned when I insert a new document, le…
-
Currently we are using an integrated ipfs + orbitdb node for pinning, this doesn't scale that well.
Data is stored in the ipfs node, orbitdb also stores some data in the `./orbitdb` folder. There are …
-
In the repo configs, ipfs allows you pass an instance of different storage backends - https://github.com/ipfs/js-ipfs-repo#setup. An option is the s3 implementation - https://github.com/ipfs/js-datast…
-
### • [Click here for the agenda and notes](https://hackmd.io/KULr_fO0TWqBbj-63jMkUg#)
This will be the next Orbit community call, at 1300UTC on September 4th. Drop your agenda items here or in the…
-
### • [Click here for the agenda and notes](https://hackmd.io/nWZbZkCTRBaGzZtq_e9wAw)
This will be the next Orbit community call, at 1300UTC on September 4th. Drop your agenda items here or in the …
-
We should be able to implement a migration function that takes the data from our backup and writes it to our new store. We could also get the same effect a level up by just simulating users/opening st…