Darach Ennis

Results 34 comments of Darach Ennis

We had a similar need for plotFiles compatible output on tremor for micro benchmark output so we wrote a function to achieve this: https://github.com/wayfair-tremor/tremor-runtime/blob/main/src/offramp/blackhole.rs#L136 HTH On Thu, 13 Aug 2020,...

It looks like i've broken this (again). Thanks for the testcase!

If it simplifies things I'm all for it. I didn't need it in the erlang one as you say. I'm removing it in the java version. It was helpful initially...

EEP currently focuses on window operations with aggregate functions. Branching and combinators (such as join) will likely be a separate project. I've investigated a DSL based on Node.js streams and...

Oh, I didn't realize there was a beamjs project and domain, I meant: https://github.com/darach/beam-js. On embedded usage memory will be an issue yes, but memory is always an issue on...

Update. Ordering is now a 'solved problem' in EEP windows.

Superceded by #1980 and awaiting feedback from @dak-x

Yep - a function would be fine too - updating issue

There are many standard headers that we could have util functions for - like repeated headers, content-type/mime, accept ...