Allow pins to have arbitrary metadata #670
Labels
exp/novice
Someone with a little familiarity can pick up
help wanted
Seeking public contribution on this issue
kind/enhancement
A net-new feature or improvement to an existing feature
P1
High: Likely tackled by core team if no one steps up
status/ready
Ready to be worked
Pre-check
secret
Basic information
Description
Currently, ipfs-cluster allows users to attach a
title
metadata which is stored together with the pins but separate from the pin itself.For Cube (and other use cases as well), it'd be very helpful if ipfs-cluster could store additional metadata as well. Things that come into my mind is things like tags, links to other resources and description. Hopefully it can be implemented in a way that arbitrary structures can be supported.
The way the metadata would be created could be either when creating the pin itself, after the creation of a pin in ipfs-cluster (attaching metadata). We would also need to have a way of updating/deleting metadata. With this, comes the need of having a log of the modifications to metadata. Not sure if this is needed in a first iteration on ipfs-clusters side.
On the other hand, this issue comes from ipfs-shipyard/cube#12 which brings up the thought that maybe metadata is not something that we need directly in ipfs-cluster, maybe should stay a user-land thing instead. I'll leave that up to the cluster team to think about.
The text was updated successfully, but these errors were encountered: