Skip to content

Commit

Permalink
Polish use cases
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Nov 12, 2024
1 parent 7056a9a commit 7e447ea
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions website/docs/vision.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,14 @@ For example, OpenDAL's core never relies on the behavior or dependency of a sing

Who are the *users* of opendal? How would they use opendal?

### Infrastructure Builders (databend, risingwave, greptimed, iceberg)
### Infrastructure Builders

Examples:

- [Databend](https://github.com/databendlabs/databend)
- [RisingWave](https://github.com/risingwavelabs/risingwave)
- [GreptimeDB](https://github.com/GreptimeTeam/greptimedb)
- [Apache Iceberg Rust](https://github.com/apache/iceberg-rust)

Use Cases:

Expand All @@ -70,7 +77,13 @@ Primary Concerns:
- **Fast Access**: Require minimal overhead and optimal performance
- *Why*: Infrastructure services demand both reliability and performance as foundational requirements

### Application Developers (sccache, vector, rustic)
### Application Developers

Examples:

- [Sccache](https://github.com/mozilla/sccache)
- [Vector](https://github.com/vectordotdev/vector)
- [Rustic](https://github.com/rustic-rs/rustic)

Use Cases:

Expand All @@ -84,7 +97,13 @@ Primary Concerns:
- **Object Storage First**: Benefit from optimizations for modern cloud storage
- *Why*: Modern applications commonly use object storage and require responsive performance

### Platform Developers (pants, zino, shuttle)
### Platform Developers

Examples:

- [Pants](https://github.com/pantsbuild/pants)
- [Zino](https://github.com/zino-rs/zino)
- [Shuttle](https://github.com/shuttle-hq/shuttle)

Use Cases:

Expand Down

0 comments on commit 7e447ea

Please sign in to comment.