datacraft-dsc / starfish-clj

Developer Toolkit for Decentralised Data Ecosystems
Apache License 2.0
5 stars 1 forks source link

Use keywords for provenance metadata keys #18

Open mikera opened 5 years ago

mikera commented 5 years ago

Currently the provenance metadata functions publish-prov-metadata and invoke-prov-metadata produce String based keys. As a convention, we should use Clojure keywords in maps.

These functions also need more substantive tests that validate the above behaviour.