From 2f93fb8fd0ac12752f142801241973ca187d3305 Mon Sep 17 00:00:00 2001 From: suyanhanx Date: Fri, 26 May 2023 16:53:29 +0800 Subject: [PATCH] docs(bindings/nodejs): update lib desc Signed-off-by: suyanhanx --- README.md | 18 +++++++++--------- bindings/nodejs/package.json | 2 +- ...3-03-16-opendal-entered-apache-incubator.md | 2 +- .../HomepageFeatures/_feature_services.mdx | 12 ++++++------ 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index b87ca3731547..6e188420a006 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ Major components of the project include: - [Rust Core](core/README.md) - [Node.js Binding](bindings/nodejs/README.md) - [Python Binding](bindings/python/README.md) -- [C Binding](bindings/c) *working on* -- [Java Binding](bindings/java) *working on* -- [Ruby Binding](bindings/ruby) *working on* +- [C Binding](bindings/c) *being worked on* +- [Java Binding](bindings/java) *being worked on* +- [Ruby Binding](bindings/ruby) *being worked on* **Applications** @@ -36,7 +36,7 @@ Major components of the project include: - fs: POSIX alike file system - ftp: FTP and FTPS - http: HTTP read-only services -- sftp: [SFTP](https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-02) services *working on* +- sftp: [SFTP](https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-02) services *being worked on* - webdav: [WebDAV](https://datatracker.ietf.org/doc/html/rfc4918) Service @@ -49,7 +49,7 @@ Major components of the project include: - obs: [Huawei Cloud Object Storage](https://www.huaweicloud.com/intl/en-us/product/obs.html) Service (OBS) - oss: [Aliyun Object Storage Service](https://www.aliyun.com/product/oss) (OSS) - s3: [AWS S3](https://aws.amazon.com/s3/) alike services -- supabase: [Supabase Storage](https://supabase.com/docs/guides/storage) Service *working on* +- supabase: [Supabase Storage](https://supabase.com/docs/guides/storage) Service *being worked on* - wasabi: [Wasabi](https://wasabi.com/) Cloud Storage @@ -60,7 +60,7 @@ Major components of the project include: - 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)) - hdfs: [Hadoop Distributed File System](https://hadoop.apache.org/docs/r3.3.4/hadoop-project-dist/hadoop-hdfs/HdfsDesign.html)(HDFS) - ipfs: [InterPlanetary File System](https://ipfs.tech/) HTTP Gateway -- ipmfs: [InterPlanetary File System](https://ipfs.tech/) MFS API *working on* +- ipmfs: [InterPlanetary File System](https://ipfs.tech/) MFS API *being worked on* - webhdfs: [WebHDFS](https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/WebHDFS.html) Service @@ -68,8 +68,8 @@ Major components of the project include:
Consumer Cloud Storage Service (like gdrive, onedrive) -- gdrive: [Google Drive](https://www.google.com/drive/) *working on* -- onedrive: [OneDrive](https://www.microsoft.com/en-us/microsoft-365/onedrive/online-cloud-storage) *working on* +- gdrive: [Google Drive](https://www.google.com/drive/) *being worked on* +- onedrive: [OneDrive](https://www.microsoft.com/en-us/microsoft-365/onedrive/online-cloud-storage) *being worked on*
@@ -90,7 +90,7 @@ Major components of the project include: - ghac: [Github Action Cache](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows) Service - memcached: [Memcached](https://memcached.org/) service - moka: [moka](https://github.com/moka-rs/moka) backend -- vercel_artifacts: [Vercel Remote Caching](https://vercel.com/docs/concepts/monorepos/remote-caching) Service *working on* +- vercel_artifacts: [Vercel Remote Caching](https://vercel.com/docs/concepts/monorepos/remote-caching) Service *being worked on* diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index e96a8f0b3d38..f478d59b7593 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "main": "index.js", "types": "index.d.ts", - "description": "Open Data Access Layer: Access data freely, painlessly, and efficiently", + "description": "Open Data Access Layer: Access data freely", "repository": "git@github.com/apache/incubator-opendal.git", "napi": { "name": "opendal", diff --git a/website/blog/2023-03-16-opendal-entered-apache-incubator.md b/website/blog/2023-03-16-opendal-entered-apache-incubator.md index eeba3fb58d4f..2a16c0705048 100644 --- a/website/blog/2023-03-16-opendal-entered-apache-incubator.md +++ b/website/blog/2023-03-16-opendal-entered-apache-incubator.md @@ -41,7 +41,7 @@ OpenDAL's features include but are not limited to: - Support for various common data operations, including `read`, `write`, `list`, etc. - Support for automatic retry, request optimization, and observability mechanisms. - Zero cost, directly mapped to API calls. -- Cross-language bindings: Python, Node.js, C (working on), etc. +- Cross-language bindings: Python, Node.js, C (being worked on), etc. ## The Story about OpenDAL diff --git a/website/src/components/HomepageFeatures/_feature_services.mdx b/website/src/components/HomepageFeatures/_feature_services.mdx index 36b3520d0c4a..bef5e97f4169 100644 --- a/website/src/components/HomepageFeatures/_feature_services.mdx +++ b/website/src/components/HomepageFeatures/_feature_services.mdx @@ -6,7 +6,7 @@ Apache OpenDAL provides native support for all kinds for storage systems. - fs: POSIX alike file system - ftp: FTP and FTPS - http: HTTP read-only services -- sftp: [SFTP](https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-02) services *working on* +- sftp: [SFTP](https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-02) services *being worked on* - webdav: [WebDAV](https://datatracker.ietf.org/doc/html/rfc4918) Service @@ -19,7 +19,7 @@ Apache OpenDAL provides native support for all kinds for storage systems. - obs: [Huawei Cloud Object Storage](https://www.huaweicloud.com/intl/en-us/product/obs.html) Service (OBS) - oss: [Aliyun Object Storage Service](https://www.aliyun.com/product/oss) (OSS) - s3: [AWS S3](https://aws.amazon.com/s3/) alike services -- supabase: [Supabase Storage](https://supabase.com/docs/guides/storage) Service *working on* +- supabase: [Supabase Storage](https://supabase.com/docs/guides/storage) Service *being worked on* - wasabi: [Wasabi](https://wasabi.com/) Cloud Storage @@ -30,7 +30,7 @@ Apache OpenDAL provides native support for all kinds for storage systems. - 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)) - hdfs: [Hadoop Distributed File System](https://hadoop.apache.org/docs/r3.3.4/hadoop-project-dist/hadoop-hdfs/HdfsDesign.html)(HDFS) - ipfs: [InterPlanetary File System](https://ipfs.tech/) HTTP Gateway -- ipmfs: [InterPlanetary File System](https://ipfs.tech/) MFS API *working on* +- ipmfs: [InterPlanetary File System](https://ipfs.tech/) MFS API *being worked on* - webhdfs: [WebHDFS](https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/WebHDFS.html) Service @@ -38,8 +38,8 @@ Apache OpenDAL provides native support for all kinds for storage systems.
Consumer Cloud Storage Service -- gdrive: [Google Drive](https://www.google.com/drive/) *working on* -- onedrive: [OneDrive](https://www.microsoft.com/en-us/microsoft-365/onedrive/online-cloud-storage) *working on* +- gdrive: [Google Drive](https://www.google.com/drive/) *being worked on* +- onedrive: [OneDrive](https://www.microsoft.com/en-us/microsoft-365/onedrive/online-cloud-storage) *being worked on*
@@ -60,6 +60,6 @@ Apache OpenDAL provides native support for all kinds for storage systems. - ghac: [Github Action Cache](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows) Service - memcached: [Memcached](https://memcached.org/) service - moka: [moka](https://github.com/moka-rs/moka) backend -- vercel_artifacts: [Vercel Remote Caching](https://vercel.com/docs/concepts/monorepos/remote-caching) Service *working on* +- vercel_artifacts: [Vercel Remote Caching](https://vercel.com/docs/concepts/monorepos/remote-caching) Service *being worked on*