pretty beginner question: can i store
# spicedb
b
pretty beginner question: can i store any meta data along with the subject or object reference? I understand ObjectId could be uuid or something, but can i store some metadata alongside (helpful while retrival?)
v
there is no support for metadata at the moment, but there is some work in flight to add metadata to the transaction so that you can correlate mutations with events flowing via Watch API. What's your use-case?
3 Views