Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Address comments from hackernews #3805

Merged
merged 1 commit into from
Dec 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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