IBM / ipfs-social-proof

IPFS Social Proof: A decentralized identity and social proof system
MIT License
142 stars 27 forks source link

[API, Client] Refactor all data storage to use pouch/IDB #12

Open daviddahl opened 5 years ago

daviddahl commented 5 years ago

The level db is no doubt great for binary data, but is too much trouble for application JSON docs.

https://github.com/IBM/ipfs-social-proof/pull/11

and https://github.com/IBM/ipfs-social-proof/blob/following-peers-persistence/src/db.js

daviddahl commented 5 years ago