-
I want to know if db.load() put all data in memory or not, if yes how can we deal with a huge amount of data?
-
Deploy a new instance of arch, run all data migrations, to migrate production data to this instance. You can clear you browser cache, and then open box, this all works, its able to get all the migrate…
-
Hi there,
I am now developing a twitter like web application using orbit-db.
Assume I have a `userA` who starts a `nodeA`. He stored all his tweets in a feed type database called `tweetsDB`. `use…
-
When a user goes offline, their orbitdb store shall remain accessible to other users.
This is likely to be solved with our Pinning Service.
Features:
- Submit a User Profile to keep online,
- (maybe…
-
This is the minimum set of issues we gotta close to use orbit the way we intend to
Please see [this gist](https://gist.github.com/coyotespike/e9d5919e0e587dfc858c57d0a1d26741) for a more complete…
-
I created some basic typescript typings. they don't have comments and some of the values/methods/classes are missing but it's better than nothing :+1:
[@types.zip](https://github.com/orbitdb/orbit-d…
-
Currently `Box.getProfile` can be quite slow, to get around this we should make a centralized caching service as a REST api that you can query with ethereum addresses and get public profiles back. The…
-
box.officialDapps["dAppReservedKey"].preDefinedSetterOrGetter
e.g. box.officialDapps.kudos.giveKudos("Kauri", {name: "", avatar: ""})
Although predefined setters and getters would involve multiple…
-
Spaces are application-specific datastores within 3Box. First draft of spec by @christianlundkvist below.
-
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode#Paving_the_way_for_future_ECMAScript_versions
This means that we shouldn't use `box.public` and `box.private` which sucks…