Home > Archive > PERL Modules > November 2007 > Stream filtering Module/Language needed
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Stream filtering Module/Language needed
|
|
| Colin von Heuring 2007-09-24, 7:00 pm |
| (cross-posted on perlmonks.org)
Hey all,
I'm looking for an elegant and (semi-) reliable language or module for
filtering text streams. The 2 major features I'm looking for are
multiplexing (input stream can be converted into several output streams)
and syntactic simplicity.
Any leads would be much appreciated.
-vH
| |
|
|
| Michael Zedeler 2007-10-02, 6:59 pm |
| Colin von Heuring wrote:
> I'm looking for an elegant and (semi-) reliable language or module for
> filtering text streams. The 2 major features I'm looking for are
> multiplexing (input stream can be converted into several output streams)
> and syntactic simplicity.
>
> Any leads would be much appreciated.
I have one, but its presently alpha quality. Also, it handles streams of
hash references, but I'm seriously considering to change that to handle
streams of scalars.
What kind of processing is it for?
Send a mail to michael@zedeler.dk and I'll send you an introduction.
Regards,
Michael.
| |
| metaperl.com 2007-11-08, 6:59 pm |
| On Sep 24, 4:34 pm, Colin von Heuring <unke...@gmail.com> wrote:
> (cross-posted on perlmonks.org)
>
> Hey all,
>
> I'm looking for an elegant and (semi-) reliable language or module for
> filtering text streams.
By streams it sounds like a continuous source of some sort. Can you
elaborate?
> The 2 major features I'm looking for are
> multiplexing (input stream can be converted into several output streams)
> and syntactic simplicity.
http://TalenD.SF.Net seems to be the most complete open source system
for this sort of thing.
|
|
|
|
|