framed-data / overseer

Overseer is a library for building and running data pipelines in Clojure.
Eclipse Public License 1.0
97 stars 10 forks source link

API: Clarify naming of txn construction functions #75

Closed andrewberls closed 8 years ago

andrewberls commented 8 years ago

Previously, the API functions for inserting new jobs used inconsistent terms and notations: compare ->graph-txn and job-assertion. This unifies the names as job-txn and graph-txns.

The txn style naming was chosen as its more backend-independent, as opposed to -assertion which is strongly coupled to Datomic.

This is technically a breaking change although only in symbol naming; no semantics are changed.

elliot42 commented 8 years ago

:ok: