Re: How to implement a distributed and concurrent system in Clojure?

2017-06-30 Thread Bobby Calderwood
Onyx is super cool, has matured substantially, and has a great team behind it. I've also had success building with Kafka (and its ecosystem libraries Kafka Connect and Kafka Streams) and Datomic. Cheers, Bobby -- You received this message because you are subscribed to the Google Groups "Clojur

[ANN] kafka-streams-clojure

2017-06-26 Thread Bobby Calderwood
https://github.com/bobby/kafka-streams-clojure Clojure transducers interface to Kafka Streams . This combo provides the best of both worlds for building streaming applications on Kafka with Clojure: * Si

[ANN] ring-sse

2017-06-26 Thread Bobby Calderwood
https://github.com/bobby/ring-sse ring-sse is a small library implementing Server-Sent Events as an asynchronous Ring (spec 1.4+) handler. This libr

Re: [ANN] core.async-0.2.371

2015-10-28 Thread Bobby Calderwood
Bravo, great work Alex and team! Also appreciate the new versioning scheme. On Wednesday, October 28, 2015 at 5:06:41 PM UTC-4, Alex Miller wrote: > > I am happy to announce a long-overdue core.async release. > > Dependency info: [org.clojure/core.async "0.2.371"] > > There are a few new feature

Re: Ted Dziuba: The S in REST

2015-10-16 Thread Bobby Calderwood
Shameless (but very relevant) plug: come check out my talk at Clojure/conj! http://clojure-conj.org/speakers#bcalderwood On Wednesday, October 14, 2015 at 7:25:35 AM UTC-4, Patrick Kristiansen wrote: > > On Wednesday, October 14, 2015 at 5:49:06 AM UTC+2, James Reeves wrote: >> >> Of course, the

Re: proper clojure hammocks/alternatives

2012-03-12 Thread Bobby Calderwood
http://www.kammok.com/ I haven't tried these myself, but I"ve heard really good things. I was doing some research a while back, and I think if I were to buy, it would be one of these. On Mar 12, 11:09 am, Gary Trakhman wrote: > Seriously considering some kind of apparatus to facilitate > hammoc

Re: Domina: html in strings?

2012-02-08 Thread Bobby Calderwood
Hi David, Luke just accepted my pull request over the weekend that addressed this very issue. As of Monday, you should be able to treat an HTML string like any other DOM content, including querying with xpath and updating text and innerHTML. Bobby On Jan 22, 5:26 am, David Powell wrote: > Hi,

Re: ClojureScript DOM-manipulation library?

2012-01-08 Thread Bobby Calderwood
There is Luke VanderHart's excellent library, domina [https:// github.com/levand/domina]. I'm using it in a project now with great success. On Jan 6, 3:16 am, Shantanu Kumar wrote: > Is anybody working on a DOM-manipulation library for ClojureScript? > > There are several JavaScript libraries th

Re: Twitterbuzz Clojurescript sample

2011-11-07 Thread Bobby Calderwood
The ClojureScript dev team wrote clojure.browser.* to support the browser-connected REPL. We have discussed internally the merits of polishing up these libraries for public consumption, and re-writing the samples to use them, but have not come to a conclusion yet. The libraries are functional, bu