You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2023/01/12 21:31:02 UTC

[arrow-site] branch master updated: MINOR: [Website] Add UKV to powerd_by (#295)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new f68625acd5d MINOR: [Website] Add UKV to powerd_by (#295)
f68625acd5d is described below

commit f68625acd5d372d508b11cb8a5da0ed099e82e73
Author: Ashot Vardanian <19...@users.noreply.github.com>
AuthorDate: Fri Jan 13 01:30:57 2023 +0400

    MINOR: [Website] Add UKV to powerd_by (#295)
---
 powered_by.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/powered_by.md b/powered_by.md
index b887211f8c3..dc6c7c581fc 100644
--- a/powered_by.md
+++ b/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.
+  All UKV interfaces are compatible with Apache Arrow columnar format,
+  which minimizes copies when passing data between different language
+  runtimes. UKV also uses Apache Arrow Flight RPC for client-server communication.
 * **[Vaex][38]:** Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python,
   ML, visualize and explore big tabular data at a billion rows per second.
 * **[VAST][37]:** A network telemetry engine for data-driven security
@@ -235,3 +243,4 @@ short description of your use case.
 [42]: https://github.com/influxdata/influxdb_iox
 [43]: https://www.esri.com/en-us/arcgis/products/arcgis-python-libraries/libraries/arcpy
 [44]: https://clickhouse.com/docs/en/interfaces/formats/#data-format-arrow
+[45]: https://unum.cloud/ukv/