Awesome
<!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF licenses this file ~ to you under the Apache License, Version 2.0 (the ~ "License"); you may not use this file except in compliance ~ with the License. You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. -->Apache Iceberg™ Rust
Rust implementation of Apache Iceberg™.
Working on v0.3.0 Release Milestone
Components
The Apache Iceberg Rust project is composed of the following components:
Name | Release | Docs |
---|---|---|
iceberg | ||
iceberg-datafusion | ||
iceberg-catalog-glue | ||
iceberg-catalog-hms | ||
iceberg-catalog-memory | ||
iceberg-catalog-rest |
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.
- Start with Contributing Guide.
- Submit Issues for bug report or feature requests.
- Discuss at dev mailing list (subscribe / unsubscribe / archives)
- Talk to the community directly at Slack #rust channel.
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.
- iceberg-catalog: A Rust implementation of the Iceberg REST Catalog specification.
License
Licensed under the Apache License, Version 2.0