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 09:33:20 UTC

[GitHub] [arrow-site] ashvardanian opened a new pull request, #295: [Website] Add links to UKV

ashvardanian opened a new pull request, #295:
URL: https://github.com/apache/arrow-site/pull/295

   We have been integrating Apache Arrow across all of our projects during 2022 and hoping to share them with the broader community.


-- 
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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
kou commented on code in PR #295:
URL: https://github.com/apache/arrow-site/pull/295#discussion_r1067777832


##########
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:
   I mean that reverting all changes in `use_cases.md`.



-- 
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


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

Posted by GitBox <gi...@apache.org>.
kou commented on code in PR #295:
URL: https://github.com/apache/arrow-site/pull/295#discussion_r1068676015


##########
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:
   Apache Arrow project provides https://arrow.apache.org/powered_by/ as a page for introducing third-party projects including their use case. It's mentioned explicitly:
   
   > To add yourself to the list, please open a [pull request](https://github.com/apache/arrow-site/edit/master/powered_by.md) adding your organization name, URL, a list of which Arrow components you are using, and a short description of your use case.
   
   But other pages such as  https://arrow.apache.org/use_cases/ haven't discussed for the purpose explicitly. If you think that Apache Arrow project should use https://arrow.apache.org/use_cases/ for the purpose too, could you start a discussion on `dev@arrow.apache.org` mailing list?
   
   https://arrow.apache.org/community/
   
   > dev@ is for discussions about contributing to the project development ([subscribe](mailto:dev-subscribe@arrow.apache.org?subject=Subscribe), [unsubscribe](mailto:dev-unsubscribe@arrow.apache.org?subject=Unubscribe), [archives](https://lists.apache.org/list.html?dev@arrow.apache.org))
   
   FYI: Apache Software Foundation provides suggested practices related to this topic: https://www.apache.org/foundation/marks/linking



-- 
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


[GitHub] [arrow-site] github-actions[bot] commented on pull request #295: [Website] Add links to UKV

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #295:
URL: https://github.com/apache/arrow-site/pull/295#issuecomment-1375332242

   <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
     to you under the Apache License, Version 2.0 (the
     "License"); you may not use this file except in compliance
     with the License.  You may obtain a copy of the License at
   
       http://www.apache.org/licenses/LICENSE-2.0
   
     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
   -->
   
   Thanks for opening a pull request!
   
   Could you open an issue for this pull request on JIRA?
   https://issues.apache.org/jira/browse/ARROW
   
   Then could you also rename pull request title in the following format?
   
       ARROW-${JIRA_ID}: [${COMPONENT}] ${SUMMARY}
   
   See also:
   
     * [Other pull requests](https://github.com/apache/arrow-site/pulls/)
     * [Contribution Guidelines - How to contribute patches](https://arrow.apache.org/docs/developers/contributing.html#how-to-contribute-patches)
   


-- 
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


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

Posted by GitBox <gi...@apache.org>.
ashvardanian commented on code in PR #295:
URL: https://github.com/apache/arrow-site/pull/295#discussion_r1066841543


##########
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:
   You mean removing the link duplicate, or the whole contents of the line?



-- 
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


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

Posted by GitBox <gi...@apache.org>.
ashvardanian commented on code in PR #295:
URL: https://github.com/apache/arrow-site/pull/295#discussion_r1068146656


##########
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:
   Reverted all the changes in `use_cases.md`.
   
   Apache Spark, Google BigQuery, TensorFlow, and AWS Athena were all mentioned in that paragraph, so I thought it might be the right place to mention them. We rely on Arrow representations for the same purpose but with a much broader scope than any of mentioned projects. Maybe we can add the reference another time. Thank you!



-- 
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


[GitHub] [arrow-site] kou merged pull request #295: [Website] Add links to UKV

Posted by GitBox <gi...@apache.org>.
kou merged PR #295:
URL: https://github.com/apache/arrow-site/pull/295


-- 
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