perl streaming framework

2020-07-13 Thread Warren Pang
Hi Does perl have a stream computing framework? I know Java/python have many, such as spark, flink, beam etc. But I am looking for a perl alternative, since most of our team members have been using perl for data analysis. Thank you.

Re: Raku-LibCurl:ver<1.0> install error on older MacOS?

2020-07-13 Thread William Michels via perl6-users
Thank you Curt--and thanks for writing the Raku LibCurl module!! I'll update my module to (Raku) LibCurl:ver<1.1> and see if that fixes everything. I'll report what I see on the Github issue you created. Thanks again, Bill. W. Michels, Ph.D. On Mon, Jul 13, 2020 at 8:21 AM Curt Tilmes

Re: Raku-LibCurl:ver<1.0> install error on older MacOS?

2020-07-13 Thread Joseph Brenner
I don't know if it's related, but I was just having some trouble with installs of LibCurl on an old linux box, I was getting errors like: # at t/01-load.t6 line 7 # Cannot locate native library 'libcurl.so': libcurl.so: cannot open shared object file: No such file or directory But I had

Re: Raku-LibCurl:ver<1.0> install error on older MacOS?

2020-07-13 Thread Curt Tilmes
Sorry things broke for you. I filed an issue on GitHub (https://github.com/CurtTilmes/raku-libcurl/issues/16) and copied the emails there. I published a new version 1.1 that will hopefully fix this. Please let me know (either in that issue, or file new issues) for anything broken. Curt On