Skip to content

pipecraft/pipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipes

Pipes is a simple, lightweight data processing framework for Java. This repo comes with the core part plus three extensions (For Google Big Query, Google cloud storage and Amazon S3 storage). For more information please read the tutorial.

This project is licensed under the terms of the MIT license.

Installation

Pipes library jars are released via Maven Central Repository. The current version is 0.92.

Core artifact:

<dependency>
  <groupId>org.pipecraft.pipes</groupId>
  <artifactId>pipes-core</artifactId>
  <version>0.92</version>
</dependency>

Optional extensions:

<dependency>
  <groupId>org.pipecraft.pipes</groupId>
  <artifactId>pipes-google-cs</artifactId>
  <version>0.92</version>
</dependency>

<dependency>
  <groupId>org.pipecraft.pipes</groupId>
  <artifactId>pipes-google-bq</artifactId>
  <version>0.92</version>
</dependency>

<dependency>
  <groupId>org.pipecraft.pipes</groupId>
  <artifactId>pipes-amazon-s3</artifactId>
  <version>0.92</version>
</dependency>

About

Core part of pipes framework plus some commonly used extensions

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages