Stream filtering Module/Language needed

(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
Colin von Heuring [ Mo, 24 September 2007 23:34 ] [ ID #1828322 ]

Re: Stream filtering Module/Language needed

On Sep 25, 7:34 am, Colin von Heuring <unke... [at] gmail.com> wrote:

Hi Colin

Perhaps this Perl package - SDF - will help:
http://search.cpan.org/src/IANC/sdf-2.001/doc/index.html
ron [ Mi, 26 September 2007 00:28 ] [ ID #1829128 ]

Re: Stream filtering Module/Language needed

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 [at] zedeler.dk and I'll send you an introduction.

Regards,

Michael.
Michael Zedeler [ Mi, 03 Oktober 2007 00:16 ] [ ID #1834435 ]

Re: Stream filtering Module/Language needed

On Sep 24, 4:34 pm, Colin von Heuring <unke... [at] 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.
metaperl [ Do, 08 November 2007 19:55 ] [ ID #1866185 ]
Perl » comp.lang.perl.modules » Stream filtering Module/Language needed

Vorheriges Thema: Announcing Net::Digg - Perl interface to the Digg API
Nächstes Thema: Portable dot-files (hidden-files) ?