GeniusVentures / SuperGenius

MIT License
4 stars 3 forks source link

Implement the code in the CRDT database (rocksdb?) to permanently store on IPFS #7

Closed SuperGNUS closed 1 year ago

SuperGNUS commented 1 year ago

Implement the interfaces so that the CRDT database update is writing the database to IPFS for permanent storage.

This may require updating ipfs-cpp-lite or working with DHT branch to integrate ipfs-lte-cpp to read/write files.

scorpioluck20 commented 1 year ago

PULL Request on DHT branch: https://github.com/GeniusVentures/SuperGenius/pull/20 Implement was done on SG_ipfs_dht branch. But look like some issue with this branch. I'm not sure we should bring the implement to develop branch or not. From the requirement this asking to working on DHT branch?

BTW: Develop branch was push with branch https://github.com/GeniusVentures/SuperGenius/tree/7-crdt-permanently-store-on-ipfs-2 Pull request to Develop branch: https://github.com/GeniusVentures/SuperGenius/pull/21 I think we can merge change to develop branch. BRs, TN

scorpioluck20 commented 1 year ago

All pull request was merge. Closed.