Fork me on GitHub
#introduce-yourself
<
2023-08-14
>
mrnhrd11:08:39

Hey friends, my name's Moritz (german version of Maurice), I'm a java dev located in Switzerland. Been checking out clojure for a while and watching a lot of Hickey's talks and want to use this lang more. To be honest, I mostly joined this slack in order to ask questions (this is also my first time interacting with slack, so let's see how that goes). Right now in my free time I try to build a dev-tool to easily snapshot part of the postgres db at my job for testing purposes, using jdbc.next and related stuff.

clojure 6
👋 19
4
2
kennytilton12:08:12

(a) It is awesome that you have a practical task on which to cut your teeth and (b) I have long fantasized about creating a selective DB snapshot tool for development! 💚 (That is green with envy.)

👍 2
mrnhrd09:08:09

Well, it is not gonna be very sophisticated; mostly a handful of SELECTs and INSERTs in mostly independent tables (like, 10 tables), plus some metadata 😅 Some much-sought-after functionality that falls out of that is being able to easily move data between deployments. I fantasize about a GUI with fancy visualizations too, but I lack the experience in (both web and non-web) frontends to really put up something decent there tbh 😐

kennytilton11:08:33

To me the key goal was the ability to point, say, to a particular customer and extract a consistent mini-DB for debugging, with all foreign keys and descendants copied. As for a GUI, my new thing is a framework for Flutter via ClojureDart. That covers web, mobile, and desktop! Ping me when you get to the GUI!