The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Pipeline"

Pipeline - Generic pipeline interface River stage one • 2 direct dependents • 3 total dependents

"Pipelines" are a mechanism to process data. They are designed to be plugged together to make fairly complex operations act in a fairly straightforward manner, cleanly, and simply....

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

IO::Pipeline - map and grep for filehandles, unix pipe style River stage zero No dependents

IO::Pipeline was born of the idea that I really like writing map/grep type expressions in perl, but writing: map { ... } <$fh>; does a slurp of the filehandle, and when processing big log files I tend to Not Want That To Happen. Plus, map restricts u...

MSTROUT/IO-Pipeline-0.009002 - 04 Apr 2010 21:01:15 UTC

ETL::Pipeline - Extract-Transform-Load pattern for data file conversions River stage zero No dependents

ETL stands for *Extract-Transform-Load*. ETL isn't just for Data Warehousing. ETL works on almost any type of data conversion. You read the source, translate the data for your target, and store the result. By dividing a conversion into 3 steps, we is...

RBWOHLFAR/ETL-Pipeline-3.10-a - 05 Feb 2022 02:04:06 UTC

IPC::Pipeline - Create a shell-like pipeline of many running commands River stage zero No dependents

IPC::Pipeline exports a single function "pipeline()". Similar in calling convention to IPC::Open3, "pipeline()" spawns N children, connecting the first child to the $first_child_in handle, the final child to $last_child_out, and each child to a share...

XAN/IPC-Pipeline-1.0 - 12 Sep 2014 22:19:09 UTC

Sub::Pipeline - subs composed of sequential pieces River stage zero No dependents

This module makes it easy to construct routines out of smaller routines which can be swapped in and out, have their exception handling altered, or cause early successful return....

RJBS/Sub-Pipeline-0.011 - 11 Dec 2013 01:31:18 UTC

Pipeline::Base - base class for all classes in Pipeline distribution River stage one • 2 direct dependents • 3 total dependents

"Pipeline::Base" is a class that provides a basic level of functionality for all classes in the Pipeline system. Most importantly it provides the construction and initialization of new objects....

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Data::Pipeline - manage aggregated data filters River stage zero No dependents

A Data::Pipeline pipeline is a linear sequence of actions taken on a stream of data elements. Data is pulled from an iterator as needed, with each action and pipeline presenting itself to the next stage as an iterator. Using an iterator interface all...

JSMITH/Data-Pipeline-0.02 - 02 Jan 2013 18:06:36 UTC

Pipeline::Store - defines the interface for Pipeline store classes River stage one • 2 direct dependents • 3 total dependents

"Pipeline::Store" provides a constructor and a generic get/set interface for any class implementing a store to sit on a Pipeline. Pipeline stores are singletons inside the dispatch process. Ie, if you attempt to construct a pipeline store in between ...

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Alvis::Pipeline - Perl extension for passing XML documents along the Alvis pipeline River stage one • 2 direct dependents • 2 total dependents

This module provides a simple means for components in the Alvis pipeline to pass documents between themselves without needing to know about the underlying transfer protocol. Pipe objects may be created either for reading or writing; components in the...

MIRK/Alvis-Pipeline-0.11 - 31 Aug 2006 16:20:21 UTC

Thread::Pipeline - multithreaded pipeline manager River stage zero No dependents

LIOSHA/Thread-Pipeline-0.004 - 28 Dec 2012 09:36:09 UTC

Pipeline::Dumper - tool for dumping a pipeline River stage one • 2 direct dependents • 3 total dependents

"Pipeline::Dumper" is a subclassed dispatcher. It will simply dump the structure of a pipeline to STDOUT instead of actively executing the pipeline....

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Pipeline::Config - configuration files for building Pipelines. River stage zero No dependents

Pipeline::Config lets you specify the structure of a Pipeline in a configuration file. This means you don't have to use() every Segment, call its constructor, and add it to the pipeline, because Pipeline::Config does it for you. It also means the flo...

SPURKIS/Pipeline-Config-0.05 - 24 Sep 2003 07:37:19 UTC

Pipeline::Segment - basic class for a segment River stage one • 2 direct dependents • 3 total dependents

"Pipeline::Segment" is designed as a part of the "Pipeline" system. The "Pipeline::Segment" class is designed to be subclassed as a part of the Pipeline system. The primary method that needs to be overloaded is the "dispatch" method, which the Pipeli...

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Pipeline::Dispatch - dispatcher for pipeline segments River stage one • 2 direct dependents • 3 total dependents

"Pipeline::Dispatch" simply accepts pipeline segments and does very little with them. It can dispatch segments in order, one by one. It is also capable of altering the way in which it dispatches to each segment, both on a pipeline basis, and on a seg...

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Pipeline::Analyser - a small tool for viewing a pipeline River stage one • 2 direct dependents • 3 total dependents

"Pipeline::Analyser" is a tool for viewing a pipeline and its segments....

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Pipeworks::Pipeline - Pipeline base class with top-level functionality River stage zero No dependents

JANUS/Pipeworks-0.04 - 30 Jun 2015 11:32:45 UTC

PowerShell::Pipeline - Wraps powershell cmdlet pipeline River stage zero No dependents

Represents a pipeline of cmdlets....

LTHEISEN/PowerShell-1.00 - 25 Jul 2016 02:06:34 UTC

Pipeline::Production - wrapper for production objects River stage one • 2 direct dependents • 3 total dependents

The "Pipeline::Production" class acts as a wrapper around any scalar (and therfore object, or reference) that a Pipeline is to consider as a production. A production object will terminate the pipeline apon receipt and cause the cleanup segments to be...

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Data::Pipeline::Aggregator::Pipeline - serial aggregation of actions River stage zero No dependents

JSMITH/Data-Pipeline-0.02 - 02 Jan 2013 18:06:36 UTC

lib/WWW/Pipeline.pm River stage zero No dependents

HOWARS/WWW-Pipeline-0.1.1 - 20 Aug 2004 13:12:25 UTC
123 results (0.017 seconds)