An open API service indexing awesome lists of open source software.

https://github.com/tinkerpop/pipes

A Lazy Data Flow Framework (no longer active - see Apache TinkerPop)
https://github.com/tinkerpop/pipes

Last synced: 8 months ago
JSON representation

A Lazy Data Flow Framework (no longer active - see Apache TinkerPop)

Awesome Lists containing this project

README

          

!https://github.com/tinkerpop/pipes/raw/master/doc/images/pipes-logo.png!

*IMPORTANT* - TinkerPop is now a part of the Apache Software Foundation and "TinkerPop 3.x":http://tinkerpop.apache.org/ is the latest incarnation of The TinkerPop. This project is TinkerPop 2.x and is no longer active.

Pipes is a "dataflow":http://en.wikipedia.org/wiki/Dataflow framework that enables the splitting, merging, filtering, and transformation of data from input to output. Computations are expressed using a "combinator":http://en.wikipedia.org/wiki/Function_composition model and are evaluated in a memory-efficient, "lazy":http://en.wikipedia.org/wiki/Lazy_evaluation fashion.

The documentation for Pipes can be found at this "location":http://pipes.tinkerpop.com. Finally, please visit "TinkerPop":http://tinkerpop.com for other software products.