File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ name = "paimon-datafusion"
2020edition.workspace = true
2121version.workspace = true
2222license.workspace = true
23- description = " Apache Paimon DataFusion Integration (read-only)"
23+ homepage = " https://paimon.apache.org/docs/rust/datafusion/"
24+ documentation = " https://docs.rs/paimon-datafusion"
25+ description = " Apache Paimon DataFusion Integration"
2426categories = [" database" ]
2527keywords = [" paimon" , " datafusion" , " integrations" ]
2628
@@ -32,5 +34,4 @@ paimon = { path = "../../paimon" }
3234futures = " 0.3"
3335
3436[dev-dependencies ]
35- serde_json = " 1"
3637tokio = { version = " 1" , features = [" macros" , " rt-multi-thread" ] }
Original file line number Diff line number Diff line change 1+ <!--
2+ ~ Licensed to the Apache Software Foundation (ASF) under one
3+ ~ or more contributor license agreements. See the NOTICE file
4+ ~ distributed with this work for additional information
5+ ~ regarding copyright ownership. The ASF licenses this file
6+ ~ to you under the Apache License, Version 2.0 (the
7+ ~ "License"); you may not use this file except in compliance
8+ ~ with the License. You may obtain a copy of the License at
9+ ~
10+ ~ http://www.apache.org/licenses/LICENSE-2.0
11+ ~
12+ ~ Unless required by applicable law or agreed to in writing,
13+ ~ software distributed under the License is distributed on an
14+ ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+ ~ KIND, either express or implied. See the License for the
16+ ~ specific language governing permissions and limitations
17+ ~ under the License.
18+ -->
19+
20+ # Apache Paimon DataFusion Integration
21+
22+ [ ![ crates.io] ( https://img.shields.io/crates/v/paimon-datafusion.svg )] ( https://crates.io/crates/paimon-datafusion )
23+ [ ![ docs.rs] ( https://img.shields.io/docsrs/paimon-datafusion.svg )] ( https://docs.rs/paimon-datafusion/latest/paimon_datafusion/ )
24+
25+ This crate contains the integration of [ Apache DataFusion] ( https://datafusion.apache.org/ ) and [ Apache Paimon] ( https://paimon.apache.org/ ) .
26+
27+ See the [ documentation] ( https://paimon.apache.org/docs/rust/datafusion/ ) for getting started guide and more details.
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ description = "The rust implementation of Apache Paimon"
2121documentation = " https://docs.rs/paimon"
2222name = " paimon"
2323
24+ homepage.workspace = true
2425repository.workspace = true
2526edition.workspace = true
2627license.workspace = true
Original file line number Diff line number Diff line change 1+ <!--
2+ ~ Licensed to the Apache Software Foundation (ASF) under one
3+ ~ or more contributor license agreements. See the NOTICE file
4+ ~ distributed with this work for additional information
5+ ~ regarding copyright ownership. The ASF licenses this file
6+ ~ to you under the Apache License, Version 2.0 (the
7+ ~ "License"); you may not use this file except in compliance
8+ ~ with the License. You may obtain a copy of the License at
9+ ~
10+ ~ http://www.apache.org/licenses/LICENSE-2.0
11+ ~
12+ ~ Unless required by applicable law or agreed to in writing,
13+ ~ software distributed under the License is distributed on an
14+ ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+ ~ KIND, either express or implied. See the License for the
16+ ~ specific language governing permissions and limitations
17+ ~ under the License.
18+ -->
19+
20+ # Apache Paimon Rust
21+
22+ [ ![ crates.io] ( https://img.shields.io/crates/v/paimon.svg )] ( https://crates.io/crates/paimon )
23+ [ ![ docs.rs] ( https://img.shields.io/docsrs/paimon.svg )] ( https://docs.rs/paimon/latest/paimon/ )
24+
25+ This crate contains the official Native Rust implementation of [ Apache Paimon] ( https://paimon.apache.org/ ) .
26+
27+ See the [ documentation] ( https://paimon.apache.org/docs/rust/ ) for getting started guide and more details.
You can’t perform that action at this time.
0 commit comments