Out of the list below, reviewed Swarm Feeds and PSS.
PSS is quite interesting, it allows for subscribing to a topic to get real time push updates via websockets, however, it requires running a local server to get certain info, such as address. We should revisit it sometime in the future.
For reading and writing profiles (when uploading archive)
Implement using Swarm Feeds and Single Owner Chunks (soc)
Algo
upload (4 network calls - probably more behind the scenes)
Out of the list below, reviewed Swarm Feeds and PSS.
PSS is quite interesting, it allows for subscribing to a topic to get real time push updates via websockets, however, it requires running a local server to get certain info, such as address. We should revisit it sometime in the future.
For reading and writing profiles (when uploading archive)
Implement using Swarm Feeds and Single Owner Chunks (soc)
Algo
upload (4 network calls - probably more behind the scenes)
upload bundle and get hash
upload feed with hash^ and get feed index
upload profile by adding feedIndex^ to topic
browse (1 + n network calls)
See #62 for cache details