This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 29c07d00ad2 docs: Add object_store_opendal as related projects (#5926)
29c07d00ad2 is described below
commit 29c07d00ad2727a00497e10af1ff6992c2290e5c
Author: Xuanwo <[email protected]>
AuthorDate: Fri Jun 21 22:11:05 2024 +0800
docs: Add object_store_opendal as related projects (#5926)
* docs: Add object_store_opendal as related projects
Signed-off-by: Xuanwo <[email protected]>
* Update README.md
---------
Signed-off-by: Xuanwo <[email protected]>
Co-authored-by: Andrew Lamb <[email protected]>
---
README.md | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index ac676f7df4d..fdcd3a665e3 100644
--- a/README.md
+++ b/README.md
@@ -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.