Fork me on GitHub
#onyx
<
2016-02-22
>
Drew Verlee00:02:08

@gardnervickers: That would explain why they feel similar! I have a hard time moving past the jargon at this stage and seeing the underlying similarities between different distributed computational systems.

gardnervickers00:02:11

@drewverlee: Yea, its not immediately apparent.

michaeldrogalis03:02:59

@robert-stuttaford: Still in the process of adding more to the API and cleaning everything up, but I believe this should be useful for your immediate needs: https://github.com/onyx-platform/lib-onyx#log-subscription

michaeldrogalis03:02:43

& the section below it

michaeldrogalis03:02:00

@lsnape: Sorry that it took a little longer than expected. I uploaded a new Docker image with a preloaded Onyx log. docker pull michaeldrogalis/onyx-log:0.1.1 will bring it down. This time I removed the ZooKeeper volume, so it should be entirely self contained. simple_smile

robert-stuttaford04:02:06

thanks michaeldrogalis ! i’ll check it out

robert-stuttaford06:02:10

actually, @greywolve will cover this investigation with you – my day has filled up!

lucasbradstreet07:02:10

@greywolve @robert-stuttaford no worries, I can start in a little bit

lsnape20:02:22

I’ve spent a couple of hours bootstrapping the project: https://github.com/lsnape/onyx-log-ui Not much to see yet. Mostly been swapping out Jetty for Aleph & Compojure for Bidi/Yada 😄 I’ve component-inated the log client and seems to be working. Next step is to setup the frontend. Might find some time for that tomorrow simple_smile

gardnervickers20:02:07

@lsnape: I have been super interested in yada, was sort of hoping to see that used with the log reader haha. Very cool!

lucasbradstreet20:02:59

I like me some bidi

lsnape21:02:06

@gardnervickers: it’s great to have the HTTP compliance out of the box. Reason why I spent time swapping it out though is that it looks easy to setup with an Om Next remote

lsnape21:02:54

should be able to use SSE for the log messages

gardnervickers21:02:55

Nice, it’ll be great if we can have a plug ’n play om.next query parser

lsnape21:02:16

if you scroll to the bottom of the article you’ll find some implementation details for a yada event stream resource

michaeldrogalis21:02:18

Great work, thanks @lsnape 😄

michaeldrogalis21:02:29

@lsnape: For what its worth, we're standing up some generic query service for the log. It might overlap a smidge with what you're doing - just a heads up. We need it elsewhere for a specific context.

lucasbradstreet21:02:59

Muuuuch smaller scope on that one

michaeldrogalis21:02:05

Its still in flux though, just wanted to give you a heads up incase you found it.

michaeldrogalis21:02:12

Right, what he said simple_smile