Git Product home page Git Product logo

pipes's Introduction

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>

pipes's People

Contributors

eyalschneider avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

pipes's Issues

Support of Parquet

Hi :)
Is there a plan anytime soon to support Parquet files as input?

Potential security vulnerability in the zstd C library.Can you help upgrade to patch versions?

Hi, @eyalschneider, I'd like to report a vulnerability issue in org.pipecraft.pipes:pipes-core:0.9.1.

Issue Description

I noticed that org.pipecraft.pipes:pipes-core:0.9.1 directly depends on com.github.luben:zstd-jni:v1.4.4-2 in the pom. However, as shown in the following dependency graph, com.github.luben:zstd-jni:v1.4.4-2 sufferes from the vulnerability which the C library zstd(version:1.4.4) exposed: CVE-2021-24032.

Dependency Graph between Java and Shared Libraries

image (12)

Suggested Vulnerability Patch Versions

com.github.luben:zstd-jni:v1.4.9-1 (>=v1.4.9-1) has upgraded this vulnerable C library zstd to the patch version 1.4.9.

Java build tools cannot report vulnerable C libraries, which may induce potential security issues to many downstream Java projects. Could you please upgrade this vulnerable dependency?

Thanks for your help~
Best regards,
Helen Parr

Register in Maven Central

We would like to add the following maven projects to maven central repo:

  • pipes-core
  • pipes-google-cs
  • pipes-google-bq
  • pipes-amazon-s3

Their versions should be aligned

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.