Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.04 KB
  • opendal crates.io Documentation: OpenDAL offers a unified data access layer, empowering users to seamlessly and efficiently retrieve data from diverse storage services.

Spring OpenDAL

spring-opendal integrates Apache OpenDAL™ into spring-rs, providing native support for all types of storage systems, including object storage services, file storage services, and many more.

For specific examples, please refer to the with-spring-web project.

  • Run the example
cargo run --color=always --package spring-opendal --example with-spring-web --features=services-fs
  • Run the blocking test
cargo test --test blocking --features="services-memory layers-blocking test-layers" -- --nocapture