Fork me on GitHub
#admin-announcements
<
2016-03-15
>
jasongilman01:03:34

I just released Proto REPL 1.1.0 with support for a self hosted ClojureScript REPL. https://github.com/jasongilman/proto-repl#starting-a-self-hosted-clojurescript-repl

jasongilman01:03:09

This allows Proto REPL to run without any Leiningen or Java dependencies. The self hosted REPL supports displaying all of the charts and graphs of Proto REPL Charts https://github.com/jasongilman/proto-repl-charts Thanks to the awesome work in Replumb for making this possible.

mhjort12:03:34

Released Leiningen plugin for deploying AWS Lambda (JVM) functions https://github.com/mhjort/lein-clj-lambda

lmergen12:03:53

oh that is sweet, does that mean you could directly integrate continuous deployment from, say, travis?

lmergen12:03:00

for lambda functions?

mhjort13:03:25

@lmergen For example. Currently only update Lambda function is supported. So at the moment you have to do the first time setup by some other means. I'

mhjort13:03:07

I'm thinking to add create Lambda function support too in future though (However, it's a bit more complex task). PRs also welcome

lmergen13:03:01

well it's certainly cool. we had to decide upon using lambda or not a few months back, i decided not to since the deployment process was awkward

larhat13:03:32

have they added ability to access resources inside VPC from lambda functions?

larhat13:03:51

or you still have to expose your services from inside vpc?

lmergen13:03:57

that's good

ymilky16:03:52

Released version for peer review/testing of new Clojure suite of Kafka libraries a la carte....includes producer, consumer, admin, embedded server, mocks, serializers/deserializers, testing, record types, callbacks, partitioners, and more. Would appreciate any feedback/bugs you encounter as it's currently brand new and only tested in my own projects thus far. Lots of changes and new pushes coming this week. If you have any feature requests/comments/constructive feedback, please let me know. https://github.com/ymilky/franzy

ymilky16:03:31

I'll also add this is for Kafka 0.9+, including wrapping the new libraries. Clojure in/out for everything, including admin.

pbostrom17:03:34

on that note, I just wrote a bunch of Kafka code using Java interop. I blogged about it here: http://techblog.roomkey.com/posts/clojure-kafka.html @ymilky looks nice I look forward to trying it out

ymilky17:03:49

@pbostrom: That's pretty funny. I wrote this when the 0.9 stuff first was in their git repo and updated it since. The Onyx guys convinced me to pull it out of my own project and open source it. As such, you'll find that unless I've broken something recently, there's no reflection, it mirrors what you wrote about in many cases, and tries to stick as reasonably close to the Java client without making things painful or too far from regular Clojure. Obviously with interop there are compromises.

seancorfield17:03:39

(just a friendly reminder from the admins that this channel goes to everyone and follow-up discussions for any announcements should probably happen in #C03S1KBA2 or #C03S1L9DN etc — thank you!)

martinklepsch17:03:34

Maybe a good practice is to add a channel for follow up discussions to each announcement. @seancorfield

oliy20:03:05

hi everyone, i've released a library called pedestal-api for building swagger-driven REST apis on pedestal. you can read an introduction here: https://blog.juxt.pro/posts/pedestal-api.html

seancorfield20:03:10

(follow-up discussion can go to #C0K65B20P )

blueberry20:03:53

Hi everyone, today I've done a joint release of ClojureCL 0.5.0 (parallel and GPGPU programming) and Neanderthal (fast native and CPU vectors and matrices). They're in Clojars. More info at: http://clojurecl.uncomplicate.org http://neanderthal.uncomplicate.org

tf005423:03:27

@hypirion do we have a way to use "import" on inline?

seancorfield23:03:59

@tf0054: Best to ask in #C03S1KBA2 or #C0AB48493 — This channel is intended for announcements only.