datahike

https://datahike.io/, Join the conversation at https://discord.com/invite/kEBzMvb, history for this channel is available at https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive/topic/datahike
2020-02-02T04:56:04.031600Z

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

unbalanced 2020-02-04T16:54:03.039900Z

@datran Easiest way to make information unique is to just add a uuid to it and make the uuid the unique field

unbalanced 2020-02-04T16:54:42.040100Z

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