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 在 数据库接口
每月下载量7,106
在 3 个crate中 使用 3 个(直接使用2个)
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