admin-announcements

Announcements from the Clojurians Admin Team (@U11BV7MTK @U077BEWNQ @U050TNB9F @U0ETXRFEW @U04V70XH6 @U8MJBRSR5 and others)
jasongilman 2016-03-15T01:05:34.000024Z

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

👍 6
1
jasongilman 2016-03-15T01:07:09.000026Z

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.

👍 2
1
2016-03-15T12:41:34.000034Z

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

👍 1
2016-03-15T12:52:53.000036Z

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

2016-03-15T12:53:00.000037Z

for lambda functions?

2016-03-15T13:15:25.000039Z

@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'

2016-03-15T13:16:07.000040Z

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

2016-03-15T13:17:01.000041Z

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

larhat 2016-03-15T13:17:32.000042Z

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

larhat 2016-03-15T13:17:51.000043Z

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

2016-03-15T13:20:57.000046Z

that's good

2016-03-15T16:46:52.000051Z

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

👍 5
🐮 2
2016-03-15T16:47:31.000053Z

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

2016-03-15T17:14:34.000054Z

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

2016-03-15T17:16:49.000055Z

@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.

👍 1
lucasbradstreet 2016-03-15T17:34:05.000056Z

Our blog post on testing Onyx with aphyr’s fantastic Jepsen library http://www.onyxplatform.org/jekyll/update/2016/03/15/Onyx-Straps-In-For-A-Jepsening.html

seancorfield 2016-03-15T17:35:39.000059Z

(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!)

martinklepsch 2016-03-15T17:40:34.000060Z

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

👍 1
2016-03-15T20:14:05.000066Z

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

2016-03-15T20:14:11.000068Z

or go straight to github here: https://github.com/oliyh/pedestal-api

seancorfield 2016-03-15T20:32:10.000070Z

(follow-up discussion can go to #C0K65B20P )

2016-03-15T20:35:53.000071Z

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

😎 4
2016-03-15T23:05:27.000076Z

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

seancorfield 2016-03-15T23:51:59.000077Z

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