Hmm, is there another way to track duplicates of the same things, or should I just make them non-unique? I recognize that that's not an objective question, but if you've got advice I'd be happy to hear it
@datran Easiest way to make information unique is to just add a uuid to it and make the uuid the unique field
Obviously it would be more advantage to use that as part of a compound tuple which datahike doesn't support yet but it's something I'm going to put some effort towards and if I fail I'm sure someone else will