Community contributed plugins

  • 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