#object-store #hdfs #hadoop

hdfs-native-object-store

为Native HDFS客户端实现的object_store

8个版本 (重大更新)

0.12.0 2024年8月22日
0.11.0 2024年6月19日
0.10.0 2024年6月4日
0.9.2 2024年5月16日
0.6.0 2024年1月7日

#672数据库接口

Download history 161/week @ 2024-05-16 7/week @ 2024-05-23 106/week @ 2024-05-30 37/week @ 2024-06-06 209/week @ 2024-06-13 438/week @ 2024-06-20 502/week @ 2024-06-27 396/week @ 2024-07-04 534/week @ 2024-07-11 881/week @ 2024-07-18 2110/week @ 2024-07-25 2210/week @ 2024-08-01 1557/week @ 2024-08-08 1126/week @ 2024-08-15

每月下载量7,106
3 个crate中 使用 3 个(直接使用2个)

Apache-2.0

25KB
453 代码行

HDFS Native Object Store

基于原生Rust hdfs-native 库的HDFS object_store实现。

兼容性

每个版本都支持object_store crate和底层hdfs-native客户端的特定次要版本。

hdfs-native-object-store object_store hdfs-native
0.9.x 0.9 0.9
0.10.x 0.10 0.9
0.11.x 0.10 0.10
0.12.0 >=0.10, <0.12 0.10

用法

use hdfs_native_object_store::HdfsObjectStore;
let store = HdfsObjectStore::with_url("hdfs://127.0.0.1:9000")?;

文档

查看文档


lib.rs:

object_store::ObjectStore 为原生Rust HDFS客户端实现的实现

用法

use hdfs_native_object_store::HdfsObjectStore;
let store = HdfsObjectStore::with_url("hdfs://127.0.0.1:9000")?;

依赖项

~13–25MB
~402K SLoC