This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch add-services-in-readme in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit b04c1caa8ab110c67234005cbd54b0581aaf982f Author: Xuanwo <[email protected]> AuthorDate: Wed May 10 23:47:03 2023 +0800 Add services in readme Signed-off-by: Xuanwo <[email protected]> --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index dedb0e84..240a558f 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,37 @@ Major components of the project include: - [oli](bin/oli): OpenDAL Command Line Interface - [oay](bin/oay): OpenDAL Gateway +**Services** + +- azblob: [Azure Storage Blob](https://azure.microsoft.com/en-us/services/storage/blobs/) services +- azdfs: [Azure Data Lake Storage Gen2](https://azure.microsoft.com/en-us/products/storage/data-lake-storage/) services (As known as [abfs](https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-abfs-driver)) +- dashmap: [dashmap](https://github.com/xacrimon/dashmap) backend +- fs: POSIX alike file system +- ftp: FTP and FTPS +- gcs: [Google Cloud Storage](https://cloud.google.com/storage) Service +- gdrive: [Google Drive](https://www.google.com/drive/) *working on* +- ghac: [Github Action Cache](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows) Service +- hdfs: [Hadoop Distributed File System](https://hadoop.apache.org/docs/r3.3.4/hadoop-project-dist/hadoop-hdfs/HdfsDesign.html)(HDFS) +- http: HTTP read-only services +- ipfs: [InterPlanetary File System](https://ipfs.tech/) HTTP Gateway +- ipmfs: [InterPlanetary File System](https://ipfs.tech/) MFS API *working on* +- memcached: [Memcached](https://memcached.org/) service +- memory: In memory backend +- moka: [moka](https://github.com/moka-rs/moka) backend +- obs: [Huawei Cloud Object Storage](https://www.huaweicloud.com/intl/en-us/product/obs.html) Service (OBS) +- onedrive: [OneDrive](https://www.microsoft.com/en-us/microsoft-365/onedrive/online-cloud-storage) *working on* +- oss: [Aliyun Object Storage Service](https://www.aliyun.com/product/oss) (OSS) +- redis: [Redis](https://redis.io/) services +- rocksdb: [RocksDB](http://rocksdb.org/) services +- s3: [AWS S3](https://aws.amazon.com/s3/) alike services +- sftp: [SFTP](https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-02) services *working on* +- sled: [sled](https://crates.io/crates/sled) backend +- supabase: [Supabase Storage](https://supabase.com/docs/guides/storage) Service *working on* +- vercel_artifacts: [Vercel Remote Caching](https://vercel.com/docs/concepts/monorepos/remote-caching) Service *working on* +- wasabi: [Wasabi](https://wasabi.com/) Cloud Storage +- webdav: [WebDAV](https://datatracker.ietf.org/doc/html/rfc4918) Service +- webhdfs: [WebHDFS](https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/WebHDFS.html) Service + ## Documentation The documentation is available at <https://opendal.apache.org>.
