Back to Rustfs

RustFS S3Select Query - SQL Query Engine

crates/s3select-query/README.md

1.0.0-beta.11.5 KB
Original Source

RustFS S3Select Query - SQL Query Engine

<p align="center"> <strong>Apache DataFusion-powered SQL query engine for RustFS S3 Select implementation</strong> </p> <p align="center"> <a href="https://github.com/rustfs/rustfs/actions/workflows/ci.yml"></a> <a href="https://docs.rustfs.com/">๐Ÿ“– Documentation</a> ยท <a href="https://github.com/rustfs/rustfs/issues">๐Ÿ› Bug Reports</a> ยท <a href="https://github.com/rustfs/rustfs/discussions">๐Ÿ’ฌ Discussions</a> </p>

๐Ÿ“– Overview

RustFS S3Select Query provides Apache DataFusion-powered SQL query engine capabilities for the RustFS distributed object storage system. For the complete RustFS experience, please visit the main RustFS repository.

โœจ Features

  • Apache DataFusion integration for high-performance queries
  • Vectorized processing with SIMD acceleration
  • Parallel query execution across multiple threads
  • Cost-based query optimization
  • Support for complex SQL operations (joins, subqueries, window functions)
  • Multiple data format support (Parquet, CSV, JSON, Arrow)

๐Ÿ“š Documentation

For comprehensive documentation, examples, and usage guides, please visit the main RustFS repository.

๐Ÿ“„ License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.