You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by GitBox <gi...@apache.org> on 2023/01/09 12:34:22 UTC

[GitHub] [arrow-site] kou commented on a diff in pull request #295: [Website] Add links to UKV

kou commented on code in PR #295:
URL: https://github.com/apache/arrow-site/pull/295#discussion_r1064587271


##########
powered_by.md:
##########
@@ -184,6 +184,14 @@ short description of your use case.
   Database Connectivity (ODBC) interface. It provides the ability to return
   Arrow Tables and RecordBatches in addition to the Python Database API
   Specification 2.0.
+* **[UKV][45]:** Open NoSQL binary database interface, with support for
+  LevelDB, RocksDB, UDisk, and in-memory Key-Value Stores. It extends
+  their functionality to support Document Collections, Graphs, and Vector
+  Search, similar to RedisJSON, RedisGraph, and RediSearch, and brings
+  familiar structured bindings on top, mimicking tools like Pandas and NetworkX.

Review Comment:
   ```suggestion
     familiar structured bindings on top, mimicking tools like pandas and NetworkX.
   ```



##########
use_cases.md:
##########
@@ -64,7 +64,9 @@ The Arrow format also defines a [C data interface]({% post_url 2020-05-04-introd
 which allows zero-copy data sharing inside a single process without any
 build-time or link-time dependency requirements. This allows, for example,
 [R users to access `pyarrow`-based projects]({{ site.baseurl }}/docs/r/articles/python.html)
-using the `reticulate` package.
+using the `reticulate` package. Similarly, it empowers [UKV](https://unum.cloud/ukv)
+to forward persisted data from RocksDB, LevelDB, and UDisk, into Python
+runtime and `pyarrow` without copies.

Review Comment:
   Could you revert this? It seems that we use use cases only in Apache Arrow project.



##########
use_cases.md:
##########
@@ -81,7 +83,8 @@ and [others]({{ site.baseurl }}/powered_by/) also use Arrow similarly.
 
 The Arrow project also defines [Flight]({% post_url 2019-09-30-introducing-arrow-flight %}),
 a client-server RPC framework to build rich services exchanging data according
-to application-defined semantics.
+to application-defined semantics. Flight RPC is used by [UKV](https://unum.cloud/ukv)
+to exchange tables, documents, and graphs, between server application and client SDKs.

Review Comment:
   Could you revert this? We refer the `powered_by/` page in the above paragraph. UKV is introduced in the page.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org