suyanhanx commented on code in PR #2007: URL: https://github.com/apache/incubator-opendal/pull/2007#discussion_r1167796404
########## website/docs/vision.md: ########## @@ -0,0 +1,54 @@ +--- +title: Vision +sidebar_position: 2 +--- + +OpenDAL VISION: **access data freely**. + +### Free from services + +OpenDAL must enable users to access various storage services ranging from `s3` to `dropbox` via it's own native API. It should provide a unified API for accessing all these services. + +- Add support for google drive: Good, it allows users to access and manage their data on the google drive. +- Add support for oss via native API: Good, users can utilize Aliyun's RAM support. +- Add support for [supabase storage](https://supabase.com/docs/guides/storage): Good, users can visit supabase storage now! + + +- Add support for gcs via XML API: Bad, gcs has native JSON API which more powerful +- Add support for MySQL/PostgreSQL: Bad, relational DBMS provides data types such as BLOB, but they are often not used as a storage service. Review Comment: Like `Google Drive`? Or `GCS(Google Cloud Storage)`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
