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>
a.espolov 2018-04-30T15:09:47.000207Z

Guys task on onyx, can call side effect code?

a.espolov 2018-04-30T15:10:32.000729Z

and I still have to create a plugin?

lucasbradstreet 2018-04-30T16:01:34.000749Z

Yes, tasks can call side effect code without a plugin, but bear in mind that you may end up with it being called twice for a given segment if peers fail

a.espolov 2018-04-30T16:36:30.000116Z

ok

dbernal 2018-04-30T20:23:55.000153Z

does an output plugin exist that appends segments onto a local file?

lucasbradstreet 2018-04-30T20:33:47.000322Z

@dbernal nope. It’d be easy enough to write though.

dbernal 2018-04-30T20:35:43.000615Z

@lucasbradstreet ok cool. ty