Pedro Teixeira
Pedro Teixeira
Allow the user to export the current state to IPLD, returning a CID. /cc @victorb @parkan @dirkmc @jimpick
Allow exporting pinner metrics, namely: - [ ] number of active collaborations - [ ] peer count per collaboration: maximum, minimum, average and stddev - [ ] state size: maximum,...
For a generic and conflict-free shareable JSON CRDT. Already exists as op-based CRDT. Create the delta-state-based one.
Some bugs can be avoided just by using types. Don't mean to start a meaningless discussion here, but what's the latest take on types in the js-ipfs world? // ping...
This works as an alternative to having a CRDT-specific pinning service. Instead of having an external service that tracks the CRDT and persists it for it to be available when...
The collaboration membership CRDT should be persisted. This allows to speed up discovery, and should be very useful in the case of an app refresh.
Extract the membership as it's own separate package (and take the simulator with it).
I added a `streams true` directive in a table and ran `arc init`. Architect created by streams handler lambda function, but the function never gets invoked on change. From [this...