application-research / outercore-eng-kb

Official Knowledge base repo of Estuary
https://estuary.tech
5 stars 0 forks source link

Mutable Naming for CIDS #17

Open kelindi opened 1 year ago

kelindi commented 1 year ago

Idea/Proposal: Mutable Naming for CIDS

Contributors @kelindi 
Status Draft
Revision  

Proposal

NOTE: This is a draft and is not finalize yet. We'll have to polish it until we all agreed on the approach.

Have mutable references to CID's. This could be through IPNS or an uuid stored on a db etc. This feature would allow us to build out the following quality of life features.

Proposed Implementation

I have tinkered with IPNS this quarter and here are the following issue I came across.

This is why my personal preference is to create a new table in the database that stores a uuid with a reference to a CID that can be changed by the user. I'm interested in hearing other suggestions on how we can implement this feature wether it be through IPNS or my proposed implementation.