File tree Expand file tree Collapse file tree 4 files changed +82
-1
lines changed Expand file tree Collapse file tree 4 files changed +82
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Native Rust implementation of [Apache Iceberg](https://iceberg.apache.org/).
42
42
| GCS | Not Started |
43
43
| HDFS | Not Started |
44
44
45
- Our ` FileIO ` is powered by [ Apache OpenDAL] ( https://github.com/apache/incubator- opendal ) , so it would be quite easy to
45
+ Our ` FileIO ` is powered by [ Apache OpenDAL] ( https://github.com/apache/opendal ) , so it would be quite easy to
46
46
expand to other service.
47
47
48
48
### Table API
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 Iceberg HiveMetaStore Catalog Official Native Rust Implementation
21
+
22
+ [ ![ crates.io] ( https://img.shields.io/crates/v/iceberg.svg )] ( https://crates.io/crates/iceberg-catalog-hms )
23
+ [ ![ docs.rs] ( https://img.shields.io/docsrs/iceberg.svg )] ( https://docs.rs/iceberg/latest/iceberg-catalog-hms/ )
24
+
25
+ This crate contains the official Native Rust implementation of Apache Iceberg HiveMetaStore Catalog.
26
+
27
+ See the [ API documentation] ( https://docs.rs/iceberg-catalog-hms/latest ) for examples and the full API.
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 Iceberg Rest Catalog Official Native Rust Implementation
21
+
22
+ [ ![ crates.io] ( https://img.shields.io/crates/v/iceberg.svg )] ( https://crates.io/crates/iceberg-catalog-rest )
23
+ [ ![ docs.rs] ( https://img.shields.io/docsrs/iceberg.svg )] ( https://docs.rs/iceberg/latest/iceberg-catalog-rest/ )
24
+
25
+ This crate contains the official Native Rust implementation of Apache Iceberg Rest Catalog.
26
+
27
+ See the [ API documentation] ( https://docs.rs/iceberg-catalog-rest/latest ) for examples and the full API.
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 Iceberg Official Native Rust Implementation
21
+
22
+ [ ![ crates.io] ( https://img.shields.io/crates/v/iceberg.svg )] ( https://crates.io/crates/iceberg )
23
+ [ ![ docs.rs] ( https://img.shields.io/docsrs/iceberg.svg )] ( https://docs.rs/iceberg/latest/iceberg/ )
24
+
25
+ This crate contains the official Native Rust implementation of [ Apache Iceberg] ( https://rust.iceberg.apache.org/ ) .
26
+
27
+ See the [ API documentation] ( https://docs.rs/iceberg/latest ) for examples and the full API.
You can’t perform that action at this time.
0 commit comments