Author: sebb Date: Sun Nov 23 15:13:04 2025 New Revision: 1929930 Log: +=Wayang
Added: comdev/projects.apache.org/trunk/data/committees/wayang.rdf (contents, props changed) Modified: comdev/projects.apache.org/trunk/data/committees.xml Modified: comdev/projects.apache.org/trunk/data/committees.xml ============================================================================== --- comdev/projects.apache.org/trunk/data/committees.xml Sun Nov 23 12:45:02 2025 (r1929929) +++ comdev/projects.apache.org/trunk/data/committees.xml Sun Nov 23 15:13:04 2025 (r1929930) @@ -290,6 +290,7 @@ <location>committees/vcl.rdf</location> <location>committees/velocity.rdf</location> <!-- Retired: location>committees-retired/vxquery.rdf</location --> + <location>committees/wayang.rdf</location> <location>committees/webservices.rdf</location> <location>committees/whimsy.rdf</location> <!-- Retired <location>committees-retired/whirr.rdf</location> --> Added: comdev/projects.apache.org/trunk/data/committees/wayang.rdf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ comdev/projects.apache.org/trunk/data/committees/wayang.rdf Sun Nov 23 15:13:04 2025 (r1929930) @@ -0,0 +1,31 @@ +<?xml version="1.0"?> +<!-- + 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. +--> +<rdf:RDF xml:lang="en" + xmlns="http://usefulinc.com/ns/doap#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:asfext="http://projects.apache.org/ns/asfext#" + xmlns:foaf="http://xmlns.com/foaf/0.1/"> + <asfext:pmc rdf:about="wayang"> + <asfext:name>Apache Wayang</asfext:name> + <asfext:charter> + The mission of Apache Wayang is the creation and maintenance of software + related to cross-engine data processing that aims at (i) decoupling applications from underlying data processing engines, such as Apache Flink, Apache Spark, databases, or ML systems, and (ii) automatically determining the optimal combination of engines to execute a given data pipeline using an optimizer + </asfext:charter> + <foaf:homepage rdf:resource="http://wayang.apache.org"/> + </asfext:pmc> +</rdf:RDF>
