This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-07
Channels
- # adventofcode (3)
- # announcements (6)
- # babashka (20)
- # beginners (53)
- # calva (11)
- # clj-kondo (11)
- # clojure (50)
- # clojure-argentina (4)
- # clojure-dev (1)
- # clojure-europe (14)
- # clojure-houston (1)
- # clojure-italy (2)
- # clojure-nl (4)
- # clojure-norway (3)
- # clojure-seattle (3)
- # clojure-uk (13)
- # clojurescript (2)
- # cloverage (1)
- # code-reviews (4)
- # conjure (2)
- # cursive (5)
- # datalevin (4)
- # datascript (33)
- # datomic (16)
- # events (1)
- # graphql (10)
- # gratitude (1)
- # honeysql (6)
- # introduce-yourself (2)
- # jobs (1)
- # lsp (88)
- # malli (8)
- # off-topic (3)
- # other-languages (4)
- # polylith (3)
- # re-frame (16)
- # reagent (17)
- # reitit (3)
- # releases (2)
- # remote-jobs (1)
- # rewrite-clj (3)
- # shadow-cljs (3)
- # slack-help (2)
- # sql (36)
- # testing (31)
- # tools-deps (41)
- # xtdb (23)
Hey everyone! I'd like to share you my first open source project. As a Data Engineer I felt some lack of tools and libraries to interact with one of the most used data platform, Databricks. So in this sense, I'm releasing the first part of https://github.com/marinacavalari/databricks-sdk-clojure, completely in clojure. It contains only a few function to access the API, but I'll keep working on that, every feedback is very welcome 🙂 thanks
![clojure-spin](https://emoji.slack-edge.com/T03RZGPFR/clojure-spin/aea1be92af1f8856.gif)
This is exciting! We have relied heavily on Databricks at work for years and I will definitely be checking this out. We are a 100% Scala shop, but I am always looking for ways to sneak Clojure in! Out of curiosity, do you have any experience deploying spark apps written in Clojure to Databricks? If so, how what tools do you use to make that happen?
hi Eddie! Yeah all our interactions with Databricks nowadays rely on clojure. We use it to load datasets into Databricks metadata, schedule jobs, create single user clusters, and more, if you like, call me dm and I can share with you some tips
Awesome! Good luck with the library!
A new Calva version just published: 2.0.233.
• https://github.com/BetterThanTomorrow/calva/issues/953
• Maintenance: https://github.com/BetterThanTomorrow/calva/pull/1447
• Fix: https://github.com/BetterThanTomorrow/calva/issues/1444
The major change In Calva itself here is the VS Code Testing UI integration, contributed by @marc-omorain. Thanks Marc! ❤️ Then Calva also automatically picks up many of the wonderful nrepl/orchard improvements. (No side-loading support yet, though. If you understand this concept well and want to contribute of your time to Calva, please do!) Here’s demo of the test ui stuff: https://www.youtube.com/watch?v=bUBrmvczAwg
![calva](https://emoji.slack-edge.com/T03RZGPFR/calva/dd3c8169a48a7e4a.png)
![gratitude](https://emoji.slack-edge.com/T03RZGPFR/gratitude/f8716bb6fb7e5249.png)
A new release of
, the idiomatic machine learning library for Clojure, is out.
Version 0.1.2 makes the library as well java 1.8 compatible.
https://clojars.org/scicloj/scicloj.ml/