Skip to content

Commit

Permalink
chore: Address comments from hackernews (#3805)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Dec 22, 2023
1 parent 64b5e47 commit b9a96b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 1

OpenDAL represents **Open** **D**ata **A**ccess **L**ayer. Our vision is to **access data freely**.

## What OpenDAL does?
## What does OpenDAL do?

![](https://user-images.githubusercontent.com/5351546/222356748-14276998-501b-4d2a-9b09-b8cff3018204.png)

Expand All @@ -29,7 +29,7 @@ For example, we DO

while we DO NOT

- Add support for [Google Cloud Storage(GCS)](https://cloud.google.com/storage) via [XML API](https://cloud.google.com/storage/docs/xml-api/overview): [GCS](https://cloud.google.com/storage) has native [JSON API](https://cloud.google.com/storage/docs/json_api) which more powerful
- Add support for [Google Cloud Storage(GCS)](https://cloud.google.com/storage) via [XML API](https://cloud.google.com/storage/docs/xml-api/overview): [GCS](https://cloud.google.com/storage) has native [JSON API](https://cloud.google.com/storage/docs/json_api) which is more powerful
- Add support for structural data in `MySQL/PostgreSQL`: We can treat a database as a simple key-value store, but we can't support unified access of structural data.

### 2. Free from implementations
Expand All @@ -55,9 +55,9 @@ For example, we DO
- Add Python binding: Python programmers can use OpenDAL.
- Add object_store integration: `object_store` users can adopt OpenDAL.

### 4. Free to zero cost
### 4. Free of cost

OpenDAL needs to implement features in zero cost way which means:
OpenDAL needs to implement features in a zero cost way which means:

- Users need not to pay cost for unused features.
- Users cannot write better implementation for used features.
Expand Down

0 comments on commit b9a96b8

Please sign in to comment.