Pipes: A Lazy Data Flow Framework

Pipes is a dataflow framework written in Java that enables the splitting, merging, filtering, and transformation of data from input to output. Computations are expressed using a combinator model and are evaluated in a memory-efficient, lazy fashion.

License

License

GroupId

GroupId

com.tinkerpop
ArtifactId

ArtifactId

pipes
Last Version

Last Version

2.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

Pipes: A Lazy Data Flow Framework
Pipes is a dataflow framework written in Java that enables the splitting, merging, filtering, and transformation of data from input to output. Computations are expressed using a combinator model and are evaluated in a memory-efficient, lazy fashion.

Download pipes

How to add to project

<!-- https://jarcasting.com/artifacts/com.tinkerpop/pipes/ -->
<dependency>
    <groupId>com.tinkerpop</groupId>
    <artifactId>pipes</artifactId>
    <version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinkerpop/pipes/
implementation 'com.tinkerpop:pipes:2.6.0'
// https://jarcasting.com/artifacts/com.tinkerpop/pipes/
implementation ("com.tinkerpop:pipes:2.6.0")
'com.tinkerpop:pipes:jar:2.6.0'
<dependency org="com.tinkerpop" name="pipes" rev="2.6.0">
  <artifact name="pipes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinkerpop', module='pipes', version='2.6.0')
)
libraryDependencies += "com.tinkerpop" % "pipes" % "2.6.0"
[com.tinkerpop/pipes "2.6.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.tinkerpop.blueprints : blueprints-core jar 2.6.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.5

Project Modules

There are no modules declared in this project.

Versions

Version
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.0