onyx

FYI: alternative Onyx :onyx: chat is at <https://gitter.im/onyx-platform/onyx> ; log can be found at <https://clojurians-log.clojureverse.org/onyx/index.html>
2018-05-14T01:33:44.000127Z

How do pyrostore and onyx relate?

lucasbradstreet 2018-05-14T01:36:05.000204Z

The archiver component is built with Onyx, but does not expose anything about Onyx to users. The consumer does not use onyx at all, since the data is in the right layout at that point. onyx-kafka can be easily configured to consume from Pyrostore (blended with real-time kafka data when required).

lucasbradstreet 2018-05-14T01:36:36.000071Z

It’s mostly a second product from Distributed Masonry, with some user overlap.

2018-05-14T01:37:16.000001Z

gotcha! That makes sense to me.

mccraigmccraig 2018-05-14T11:32:36.000345Z

@lucasbradstreet i'm interested in pyrostore - should i go through the webform for more info ?

lucasbradstreet 2018-05-14T13:31:18.000422Z

@mccraigmccraig yes please

joelsanchez 2018-05-14T20:57:35.000557Z

I have an input task and a function task, and I want to execute an input task based on the output - is this impossible? how can workflows be composed?

lucasbradstreet 2018-05-14T21:05:18.000037Z

You’re best off chaining the two jobs using storage of some kind. e.g. output to kafka, have another job read from kafka

👍 1