pangloss / pipes

A Data Flow Framework using Process Graphs

Home Page:http://pipes.tinkerpop.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Data Flow Framework using Process Graphs

http://pipes.tinkerpop.com

License:Other


Languages

Language:Java 100.0%