Author: projects_role
Date: Sun May 25 04:20:02 2025
New Revision: 1925797

URL: http://svn.apache.org/viewvc?rev=1925797&view=rev
Log:
updating projects data

Modified:
    comdev/projects.apache.org/trunk/site/json/foundation/committees.json
    comdev/projects.apache.org/trunk/site/json/foundation/groups.json
    comdev/projects.apache.org/trunk/site/json/foundation/people.json
    comdev/projects.apache.org/trunk/site/json/foundation/podlings.json

Modified: comdev/projects.apache.org/trunk/site/json/foundation/committees.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/committees.json?rev=1925797&r1=1925796&r2=1925797&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/committees.json 
(original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/committees.json Sun 
May 25 04:20:02 2025
@@ -5551,6 +5551,10 @@
 "wjones127": {
 "date": "2024-04-17",
 "name": "Will Jones"
+},
+"xudong963": {
+"date": "2025-05-24",
+"name": "Xudong Wang"
 }
 },
 "shortdesc": "an extensible query engine"

Modified: comdev/projects.apache.org/trunk/site/json/foundation/groups.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/groups.json?rev=1925797&r1=1925796&r2=1925797&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/groups.json (original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/groups.json Sun May 
25 04:20:02 2025
@@ -3729,7 +3729,8 @@
 "viirya",
 "wayne",
 "wesm",
-"wjones127"
+"wjones127",
+"xudong963"
 ],
 "datasketches": [
 "alsay",

Modified: comdev/projects.apache.org/trunk/site/json/foundation/people.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/people.json?rev=1925797&r1=1925796&r2=1925797&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/people.json (original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/people.json Sun May 
25 04:20:02 2025
@@ -67896,7 +67896,8 @@
 "xudong963": {
 "groups": [
 "arrow",
-"datafusion"
+"datafusion",
+"datafusion-pmc"
 ],
 "member": false,
 "name": "Xudong Wang"

Modified: comdev/projects.apache.org/trunk/site/json/foundation/podlings.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/podlings.json?rev=1925797&r1=1925796&r2=1925797&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/podlings.json 
(original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/podlings.json Sun May 
25 04:20:02 2025
@@ -31,6 +31,14 @@
 "podling": true,
 "started": "2025-04"
 },
+"burr": {
+"description": "Burr is a lightweight in-process python framework that 
standardizes the expression and execution of state machines as action-driven 
graphs, while making graph execution easily observable. It is particularly 
suited for AI agent workflows, simulations, and other dynamic systems, and 
comes with a self-hostable observability UI that integrates with 
OpenTelemetry.",
+"homepage": "http://burr.incubator.apache.org/";,
+"name": "Apache Burr (Incubating)",
+"pmc": "incubator",
+"podling": true,
+"started": "2025-05"
+},
 "cloudberry": {
 "description": "\n        Cloudberry Database, built on the latest PostgreSQL 
kernel, is one of the most advanced and mature open-source MPP (Massively 
Parallel Processing) databases available.\n        ",
 "homepage": "http://cloudberry.incubator.apache.org/";,
@@ -80,7 +88,7 @@
 "started": "2024-03"
 },
 "hamilton": {
-"description": "\n            Hamilton is a lightweight in-process framework 
to define, execute, and observe\n            directed acyclic graphs (DAGs) 
that express data transformations. In Hamilton\n            one can express 
complex DAGs of transformations, e.g. from dataframe transformations\n          
  (using pandas, polars, PySpark), machine learning pipelines, through to 
regular\n            software engineering API request and LLM API based 
workflows. Observability hooks\n            are built into the framework. The 
Hamilton UI is a self-hostable service to capture\n            observability 
output from workflow runs. Apache Software Foundation incubation will\n         
   establish Hamilton as a community-driven standard.\n        ",
+"description": "Hamilton is a lightweight in-process framework to define, 
execute, and observe directed acyclic graphs (DAGs) that express data 
transformations. In Hamilton, one can express complex DAGs of transformations, 
e.g. from dataframe transformations (using pandas, polars, PySpark), machine 
learning pipelines, through to regular software engineering API request and LLM 
API based workflows. Observability hooks are built into the framework. The 
Hamilton UI is a self-hostable service to capture observability output from 
workflow runs.",
 "homepage": "http://hamilton.incubator.apache.org/";,
 "name": "Apache Hamilton (Incubating)",
 "pmc": "incubator",
@@ -232,7 +240,7 @@
 "started": "2019-08"
 },
 "texera": {
-"description": "\n            Texera is an open-source system to support 
collaborative data science, AI, and ML\n            using GUI-based workflows. 
Our vision is to develop a system to support cloud\n            platforms on 
which users can easily analyze data and use AI/ML techniques provided\n         
   as operators. Users with various backgrounds, irrespective of whether they 
know\n            coding or not, can collaborate on the same project to 
construct a pipeline.\n            Experienced users can use programming 
languages such as Python, R, Java, and Scala\n            to implement 
customized computation logic. The platform allows users to pause the\n          
  execution of a workflow to investigate the operator states, and resume the 
execution\n            at a later time.  The platform can be used by a research 
community to publish valuable\n            resources such as data sets, 
workflows, and ML models to share their domain-specific\n            knowledge 
and su
 pport reproducibility of scientific research. The platform also allows\n       
     users to elastically request computing resources from public clouds for\n  
          computationally-intensive tasks.\n        ",
+"description": "Texera is an open-source system to support collaborative data 
science, AI, and ML using GUI-based workflows. Our vision is to develop a 
system to support cloud platforms on which users can easily analyze data and 
use AI/ML techniques provided as operators. Users with various backgrounds, 
irrespective of whether they know coding or not, can collaborate on the same 
project to construct a pipeline. Experienced users can use programming 
languages such as Python, R, Java, and Scala to implement customized 
computation logic. The platform allows users to pause the execution of a 
workflow to investigate the operator states, and resume the execution at a 
later time. The platform can be used by a research community to publish 
valuable resources such as data sets, workflows, and ML models to share their 
domain-specific knowledge and support reproducibility of scientific research. 
The platform also allows users to elastically request computing resources from 
public clouds for co
 mputationally-intensive tasks.",
 "homepage": "http://texera.incubator.apache.org/";,
 "name": "Apache Texera (Incubating)",
 "pmc": "incubator",


Reply via email to