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)
- Host: GitHub
- URL: https://github.com/tinkerpop/pipes
- Owner: tinkerpop
- License: other
- Created: 2010-04-16T02:48:08.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T13:50:33.000Z (over 4 years ago)
- Last Synced: 2025-04-09T05:06:06.038Z (9 months ago)
- Language: Java
- Homepage: http://tinkerpop.apache.org/
- Size: 3.81 MB
- Stars: 277
- Watchers: 33
- Forks: 54
- Open Issues: 2
-
Metadata Files:
- Readme: README.textile
- Changelog: CHANGELOG.textile
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-java - Pipes
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.
