Fork me on GitHub
#off-topic
<
2021-07-11
>
dgb2315:07:19

just found this talk on yt, found it very interesting (including the questions and discussion), but noticed that it doesn’t have nearly enough views, definitely check it out: https://www.youtube.com/watch?v=BoGb56k2txk

👀 4
gklijs20:07:00

Has anyone here maybe experience with Oracle Coherence, maybe with using it from Clojure? It seems interesting, just became aware of it because there is now a Micronaut library for it. https://coherence.community/

thegeez08:07:32

The similar https://geode.apache.org works great with Clojure as that uses 'plain java' (no dependency injection, no annotations, only need to implement interfaces)

gklijs13:07:22

Thanks, looks interesting as well. No real use case for now. But in previous poc's sometimes resorted to a database for some of the things which could be handled a lot lighter.