Skip to content

Commit

Permalink
docs: Add object_store_opendal as related projects (#5926)
Browse files Browse the repository at this point in the history
* docs: Add object_store_opendal as related projects

Signed-off-by: Xuanwo <github@xuanwo.io>

* Update README.md

---------

Signed-off-by: Xuanwo <github@xuanwo.io>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
  • Loading branch information
Xuanwo and alamb authored Jun 21, 2024
1 parent 2f1c014 commit 29c07d0
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,19 @@ versions approximately every 2 months.

## Related Projects

There are two related crates in different repositories
There are several related crates in different repositories

| Crate | Description | Documentation |
| -------------- | --------------------------------------- | ----------------------------- |
| [`datafusion`] | In-memory query engine with SQL support | [(README)][datafusion-readme] |
| [`ballista`] | Distributed query execution | [(README)][ballista-readme] |
| Crate | Description | Documentation |
| ------------------------ | ------------------------------------------- | --------------------------------------- |
| [`datafusion`] | In-memory query engine with SQL support | [(README)][datafusion-readme] |
| [`ballista`] | Distributed query execution | [(README)][ballista-readme] |
| [`object_store_opendal`] | Use [`opendal`] as [`object_store`] backend | [(README)][object_store_opendal-readme] |

[`datafusion`]: https://crates.io/crates/datafusion
[`ballista`]: https://crates.io/crates/ballista
[`object_store_opendal`]: https://crates.io/crates/object_store_opendal
[`opendal`]: https://crates.io/crates/opendal
[`object_store_opendal-readme`]: https://github.com/apache/opendal/blob/main/integrations/object_store/README.md

Collectively, these crates support a wider array of functionality for analytic computations in Rust.

Expand Down

0 comments on commit 29c07d0

Please sign in to comment.