GPP - Groovy Parallel Patterns

Groovy Parallel Patterns (gpp)

See: Description

Packages 
Package Description
gpp Groovy Parallel Patterns.
gpp.cluster The Cluster package is used only when the user wants to distributed a solution over a cluster of distributed nodes connected by a TCP/IP network
gpp.cluster.connectors The cluster.connectors package contains processes that are used to request and then supply data objects from the emit process running on the host node.
gpp.connectors.reducers Package gpp.connectors.reducers defines some basic processes that can be use to connect other processes together.
gpp.connectors.spreaders Package gpp.connectors.spreaders defines some basic processes that can be use to connect other processes together which take an input from one channel and output it to one or several output channels.
gpp.functionals.composites The gpp.skeletons.composites package provides easily reused combinations of pipelines and groups.
gpp.functionals.groups Package gpp.skeletons.groups provides a number of processes that can be used as a component in larger networks.
gpp.functionals.matrix Package gpp.skeletons.matrix provides a number of matrix based processing engines.
gpp.functionals.pipelines Package gpp.skeletons.pipelines provides a number of processes that can be used as a component in larger networks.
gpp.functionals.transformers Package transformers defines processes that can used to transform an incoming sequence of data objects into a single object which can then be written to another process in the network.
gpp.functionals.workers Package workers defines processes that can used to populate processing skeletons with the processes that actually undertake operations on data objects.
gpp.mapReduce Map Reduce provides a set of processes that can be used to implement the Map-Reduce architecture, which is often used to integrate data from many different data sources distributed over a network.
gpp.patterns Package gpp.patterns defines processes that can used as is simply by making appropriate reference to the data objects used in the application.
gpp.terminals Package gpp.terminals defines processes that can used to emit initial data into or collect data from the network.
gpp.terminals.GUIsupport This package provides processes that are used only within the CollectUI process.
gpp.transformersOld Package gpp.transformers defines processes that can used to transform an incoming sequence of data objects into a single object which can then be written to another process in the network.
gpp.workersOld Package gpp.workers defines processes that can used to populate processing skeletons with the processes that actually undertake operations on data objects.