Module opendal::services

source ·
Expand description

Providing specific services support.

In order to implement a service, we need the following things:

  • Builder: responsible for building the service backend.
  • Backend: the service backend which implements the Accessor trait.

Modules

Azure Storage Blob services support.
Azure Data Lake Storage Gen2 Support.
POSIX file system support.
FTP support for OpenDAL.
Google Cloud Storage support for OpenDAL.
Github Action Cache Services support.
HTTP Read-only backend support.
IPFS file system support based on IPFS HTTP Gateway.
IPFS file system support based on IPFS MFS API.
Memcached support for OpenDAL
In memory backend support.
moka backend support.
Huawei Cloud OBS services support.
Aliyun Object Storage Sevice support
Redis support for OpenDAL
Rocksdb support for OpenDAL
Aws S3 and compatible services (including minio, digitalocean space and so on) support
WebDAV backend support.