Fork me on GitHub
#devops
<
2024-03-19
jf04:03:02

on that note, anybody using Clojure to do devops?

Dimitar Uzunov11:04:59

we do, we use it both to generate YAML pipelines and in tasks running in those pipelines, to do configuration management on virtual machines (we have a lot of stuff where ansible wasn’t good enough and a general purpose language was easier to work with) and a number of internal tools

Dimitar Uzunov11:04:35

both babashka (including nbb) and regular jvm clojure

Dimitar Uzunov11:04:16

I think the data orientation of clojure works well with modern devops tools as they usually emit or consume json or yaml data

jf12:04:41

Ok. Thank you for the helpful info!