Git Product home page Git Product logo

bolt-parquet-reader's Introduction

ByteDance Bolt Parquet Reader

ByteDance's next generation universal high-performance Parquet Reader.

Design Goal

The Bolt Parquet Reader is a native Parquet Reader in Rust language.

This design supports steaming reading, which allows to read the whole batch in smaller batches and reduce the peak memory cost. And, as a result, it is able to increase the overall parallelism.

Moreover, Bolt Parquet Reader is designed with a sophisticated filter push down strategies and range selectivity operations. Considering the consecutive reading progress, this feature is able to reduce unnecessary branching operations.

Roadmap

This project is under actively development. You are more than welcomed to make contributions.

How to Compile

1. Pull the code

git clone https://github.com/bytedance/bolt-parquet-reader.git

2. Prepare Rust Environment

# We recommend to use this version to enable zero copy features.
rustup install nightly-2023-11-13

3. Compile and Execute

cargo +nightly-2023-11-13 fmt --all -- --check
cargo +nightly-2023-11-13 build --package bolt-parquet-reader --lib
cargo +nightly-2023-11-13 test --verbose
cargo +nightly-2023-11-13 clippy --verbose

License

The Bolt Parquet Reader is licensed under Apache 2.0.

During the development, we referenced a lot to Rust Arrow 2 implementation and would like to express our appreciation the authors.

bolt-parquet-reader's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.