just some ci updates... sorry for the noise
there are native-builds now available on the releases (only mac and linux though)
that is super cool. thanks @timok for sorting that out. this hopefully also will allow us to reliably ship our pod to babashka. if somebody wants to tackle windows let us know 🙂
yeah, will try to make the pod work soon
My good people 👋 I've been playing around with distributed datahike and I've created a repo that builds the datahike-http-server docker image and dynamically loads customer backends at boot so you use jdbc and redis with a thin datahike client. You can learn more about datahike's distributed model on https://github.com/replikativ/datahike/blob/main/doc/distributed.md. Here's the repo, feedback welcome: https://github.com/alekcz/datahike-server
cool will take a look
@timok yeah I added a function to load the other backends at run time: https://github.com/alekcz/datahike/blob/031389f2e5cf003496122287e4d30123606a4fb6/http-server/datahike/http/server.clj#L209
Yeah start.edn should be renamed
Hey Alex, just trying out and you don't mention the building and copying of the datahike-http-server.jar in your README but you have it in your action. Do you have changes in your fork that makes it necessary to build the jar from your repo?
start.edn is really a clj-file ... maybe you've overseen that but it's a minor thing