Author: projects_role
Date: Mon Aug 5 04:20:02 2024
New Revision: 1919674
URL: http://svn.apache.org/viewvc?rev=1919674&view=rev
Log:
updating projects data
Modified:
comdev/projects.apache.org/trunk/site/json/foundation/projects.json
Modified: comdev/projects.apache.org/trunk/site/json/foundation/projects.json
URL:
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/projects.json?rev=1919674&r1=1919673&r2=1919674&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/projects.json
(original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/projects.json Mon Aug
5 04:20:02 2024
@@ -8386,6 +8386,35 @@
],
"shortdesc": "Apache DataFusion is a fast, extensible query engine for
building high-quality data-centric systems in Rust."
},
+"datasketches": {
+"bug-database": "https://github.com/apache/datasketches-java/issues,
https://github.com/apache/datasketches-cpp/issues,
https://github.com/apache/datasketches-python/issues,
https://github.com/apache/datasketches-go/issues",
+"category": "library, big-data",
+"created": "2020-12-14",
+"description": "In the analysis of big data there are often problem queries
that donât scale because they require huge compute resources and time to
generate exact results. Examples include count distinct, quantiles,
distribution analysis, most-frequent items, joins, matrix computations, and
graph analysis.\n\nIf approximate results are acceptable, there is a class of
specialized algorithms, called streaming algorithms, or sketches, that can
produce results orders-of magnitude faster and with mathematically proven error
bounds. For interactive queries there may not be other viable alternatives, and
in the case of real-time analysis, sketches are the only known solution.",
+"doap": "https://datasketches.apache.org/datasketches-doap.rdf",
+"download-page":
"https//datasketches.apache.org/docs/Community/Downloads.html",
+"homepage": "https://datasketches.apache.org",
+"license": "https://spdx.org/licenses/Apache-2.0",
+"mailing-list":
"https://lists.apache.org/[email protected]",
+"maintainer": [
+{
+"mbox": "mailto:[email protected]",
+"name": "Lee Rhodes"
+}
+],
+"name": "Apache datasketches",
+"pmc": "datasketches",
+"programming-language": "Java, C++, Python, Go",
+"repository": [
+{
+"browse": "https://dlcdn.apache.org/datasketches"
+},
+{
+"browse": "https://github.com/apache?q=datasketches"
+}
+],
+"shortdesc": "A library of production quality streaming algorithms with
platform plugins for real-time analysis of big data in Java, C++, Python, and
Go."
+},
"db-_jdo": {
"bug-database": "https://issues.apache.org/jira/projects/JDO",
"category": "database",