This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git
The following commit(s) were added to refs/heads/master by this push:
new 6edcb079 Update Architecture/Components.md and Community/index.md.
6edcb079 is described below
commit 6edcb0792e6c7af300eb10cb2a62dc6eb2238027
Author: Lee Rhodes <[email protected]>
AuthorDate: Thu Jan 22 16:59:26 2026 -0800
Update Architecture/Components.md and Community/index.md.
---
docs/Architecture/Components.md | 4 ++--
docs/Community/index.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/Architecture/Components.md b/docs/Architecture/Components.md
index a61a84df..c72af3da 100644
--- a/docs/Architecture/Components.md
+++ b/docs/Architecture/Components.md
@@ -36,7 +36,7 @@ Because of differences inherent in the languages, there will
be some differences
| Repository
| Distribution |
Comments |
|------------------------------------------------------------------------------|----------------------------------------------------------------------------|--------|
| [Java Core](https://github.com/apache/datasketches-java)
| [Downloads](https://datasketches.apache.org/docs/Community/Downloads.html) |
This is the original and the most comprehensive collection of sketch
algorithms. It has a dependency on the Memory component |
-| [Memory (supports Java Core)](https://github.com/apache/datasketches-memory)
| [Downloads](https://datasketches.apache.org/docs/Community/Downloads.html) |
Provides high-performance access to off-heap memory |
+| [Memory (supports Java Core)](https://github.com/apache/datasketches-memory)
| [Downloads](https://datasketches.apache.org/docs/Community/Downloads.html) |
Provides high-performance access to off-heap memory. This is no longer used
starting with datasketches-java version 9.0.0. |
| [C++ Core](https://github.com/apache/datasketches-cpp)
| [Downloads](https://datasketches.apache.org/docs/Community/Downloads.html) |
C++ was our second core language library and provides most of the major
algorithms available in Java as well as a few sketches unique to C++. |
| [Python Core](https://github.com/apache/datasketches-python)
| [Downloads](https://datasketches.apache.org/docs/Community/Downloads.html),
[PyPI](https://pypi.org/project/datasketches/) | Python was our third core
language library and contains most of the major sketch families that are in
Java and C++. All the Python sketches are backed by the C++ library via Pybind.
|
| [Rust Core](https://github.com/apache/datasketches-rust)
| [Downloads](https://datasketches.apache.org/docs/Community/Downloads.html) |
Rust is our fourth core language and is still evolving. |
@@ -47,7 +47,7 @@ Adapters integrate the core library components into the
aggregation APIs of spec
| Repository
| Distribution |
Comments |
|-------------------------------------------------------------------------------|----------------------------------------------------------------------------|----------|
-| [Google BigQuery Adaptor](https://github.com/apache/datasketches-bigquery)
| Under Development |
Depends on C++ Core |
+| [Google BigQuery Adaptor](https://github.com/apache/datasketches-bigquery)
| [Downloads](https://datasketches.apache.org/docs/Community/Downloads.html) |
Depends on C++ Core,
[Integrations](https://github.com/apache/datasketches-bigquery/blob/main/README.md)
|
| [Apache Hive Adaptor](https://github.com/apache/datasketches-hive)
| [Downloads](https://datasketches.apache.org/docs/Community/Downloads.html) |
Depends on Java Core,
[Integrations](https://datasketches.apache.org/docs/SystemIntegrations/ApacheHiveIntegration.html)
|
| [Apache Pig Adaptor](https://github.com/apache/datasketches-pig)
| [Downloads](https://datasketches.apache.org/docs/Community/Downloads.html) |
Depends on Java Core,
[Integrations](https://datasketches.apache.org/docs/SystemIntegrations/ApachePigIntegration.html)
|
| [PostgreSQL Adaptor](https://github.com/apache/datasketches-postgresql)
| [Downloads](https://datasketches.apache.org/docs/Community/Downloads.html),
[pgxn.org](https://pgxn.org/dist/datasketches/) | Depends on C++ Core,
[Integrations](https://datasketches.apache.org/docs/SystemIntegrations/PostgreSQLIntegration.html)
|
diff --git a/docs/Community/index.md b/docs/Community/index.md
index a221099b..1a1ffd54 100644
--- a/docs/Community/index.md
+++ b/docs/Community/index.md
@@ -60,7 +60,7 @@ We are always open to contributions from our community.
Contributions can be of
We are also open to the submission of entirely new sketch algorithms. If you
have a sketch algorithm (or a significant enhancement of our current
algorithms), please read our [Sketch
Criteria]({{site.docs_dir}}/Architecture/SketchCriteria.html) and contact us on
our <[email protected]> list.
-## [Our Component Repositories]({{site.docs_dir}}/Architecture/Components.html)
+## [<u>Our Component
Repositories</u>]({{site.docs_dir}}/Architecture/Components.html)
### What to work on
* Our library is made up of components that are partitioned into GitHub
repositories. If you have a specific issue or bug report that impacts only one
of these components please open an issue on the respective component. If you
are a developer and wish to submit a PR, please choose the appropriate
repository. But most important, please contact us on
<[email protected]>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]