Pipes is a graph-based data flow framework written in Java 1.6+. A process graph is composed of a set of process vertices connected to one another by a set of communication edges. Pipes supports the splitting, merging, and transformation of data from input to output.
The following is a list of extensions to the core Pipes framework:
- Property Graph Model: single-step traversals and filters can be composed to yield complex graph traversals over data graphs
The documentation for Pipes can be found at this location. Finally, please visit TinkerPop for other software products.