Apply suggestions from code review

Co-authored-by: David Li <li.davidm96@gmail.com>
1 file changed
tree: abc2a2bafae505c6f43b510cf1309131d346d4a1
  1. .cargo/
  2. .devcontainer/
  3. .github/
  4. .idea/
  5. bindings/
  6. crates/
  7. docs/
  8. scripts/
  9. website/
  10. .asf.yaml
  11. .gitattributes
  12. .gitignore
  13. .licenserc.yaml
  14. .typos.toml
  15. Cargo.lock
  16. Cargo.toml
  17. CHANGELOG.md
  18. CONTRIBUTING.md
  19. deny.toml
  20. LICENSE
  21. Makefile
  22. NOTICE
  23. README.md
  24. rust-toolchain.toml
  25. rustfmt.toml
README.md

Apache Iceberg™ Rust

Rust implementation of Apache Iceberg™.

Components

The Apache Iceberg Rust project is composed of the following components:

NameReleaseDocs
icebergiceberg imagedocs release docs dev
iceberg-datafusioniceberg-datafusion imagedocs release docs dev
iceberg-catalog-glueiceberg-catalog-glue imagedocs release docs dev
iceberg-catalog-hmsiceberg-catalog-hms imagedocs release docs dev
iceberg-catalog-memoryiceberg-catalog-memory imagedocs release docs dev
iceberg-catalog-resticeberg-catalog-rest imagedocs release docs dev

Supported Rust Version

Iceberg Rust is built and tested with stable rust, and will keep a rolling MSRV(minimum supported rust version). The current MSRV is 1.77.1.

Also, iceberg-rust use unstable rust to run linters, such as clippy and rustfmt. But this will not affect downstream users, and only MSRV is required.

Contribute

Apache Iceberg is an active open-source project, governed under the Apache Software Foundation (ASF). Iceberg-rust are always open to people who want to use or contribute to it. Here are some ways to get involved.

The Apache Iceberg community is built on the principles described in the Apache Way and all who engage with the community are expected to be respectful, open, come with the best interests of the community in mind, and abide by the Apache Foundation Code of Conduct.

Users

  • Databend: An open-source cloud data warehouse that serves as a cost-effective alternative to Snowflake.
  • Lakekeeper: An Apache-licensed Iceberg REST Catalog with data access controls.
  • RisingWave: A Postgres-compatible SQL database designed for real-time event streaming data processing, analysis, and management.

License

Licensed under the Apache License, Version 2.0