Skip to content

Instantly share code, notes, and snippets.

@dvliman
Created April 3, 2022 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dvliman/e4a63a35091e83ebae3d29d34ade450a to your computer and use it in GitHub Desktop.
Save dvliman/e4a63a35091e83ebae3d29d34ade450a to your computer and use it in GitHub Desktop.
;; core.clj
(defn run-encoder []
(mount/start #'state/s3
#'state/db
#'encoder/encoder))
(defn -main [& args]
(run-encoder))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment