Stream filtering Module/Language needed

Stream filtering Module/Language needed

am 24.09.2007 23:34:31 von Colin von Heuring

(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

Re: Stream filtering Module/Language needed

am 26.09.2007 00:28:29 von ron

On Sep 25, 7:34 am, Colin von Heuring wrote:

Hi Colin

Perhaps this Perl package - SDF - will help:
http://search.cpan.org/src/IANC/sdf-2.001/doc/index.html

Re: Stream filtering Module/Language needed

am 03.10.2007 00:16:23 von Michael Zedeler

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.

Re: Stream filtering Module/Language needed

am 08.11.2007 19:55:34 von metaperl

On Sep 24, 4:34 pm, Colin von Heuring 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.