This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository
https://gitbox.apache.org/repos/asf/incubator-datasketches-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 28ab879 Automatic Site Publish by Buildbot
28ab879 is described below
commit 28ab879e108aec285ef2ea55a20e41295f5f8d8e
Author: buildbot <[email protected]>
AuthorDate: Sun Oct 25 22:56:31 2020 +0000
Automatic Site Publish by Buildbot
---
output/docs/Community/index.html | 3 +
.../docs/{Community/index.html => Maturity.html} | 436 ++++++++++++++++++---
2 files changed, 382 insertions(+), 57 deletions(-)
diff --git a/output/docs/Community/index.html b/output/docs/Community/index.html
index e4f10a8..75a5603 100644
--- a/output/docs/Community/index.html
+++ b/output/docs/Community/index.html
@@ -571,6 +571,9 @@
<h3 id="becoming-a-committer">Becoming a committer</h3>
<p>We welcome anyone who is eager to continue to contribute to the
DataSketches mission of providing open source, production quality sketch
algorithms and become part of our team. Please send us a message on <a
href="https://lists.apache.org/[email protected]">dev</a>
where we can give you some guidance. After you have made some successful
contributions, the current committers will discuss your candidacy for becoming
a committer. You can also review the <a href="ht [...]
+<h3 id="reporting-security-issues">Reporting Security Issues</h3>
+<p>If you wish to report a security vulnerability, please contact <a
href="[email protected]">[email protected]</a>. Apache DataSketches follows
the typical <a
href="https://apache.org/security/committers.html#vulnerability-handling">Apache
vulnerability handling process</a>.</p>
+
<h2 id="governance">Governance</h2>
<p>The <a href="https://www.apache.org/foundation/how-it-works.html">Project
Management Committee</a> (PMC) is responsible for the administrative aspects of
the DataSketches project.</p>
diff --git a/output/docs/Community/index.html b/output/docs/Maturity.html
similarity index 60%
copy from output/docs/Community/index.html
copy to output/docs/Maturity.html
index e4f10a8..cb53db6 100644
--- a/output/docs/Community/index.html
+++ b/output/docs/Maturity.html
@@ -485,102 +485,424 @@
</div>
<!-- End ToC Block -->
<div class="col-md-9 doc-content">
-<!--
- 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
+<h1
id="apache-project-maturity-model-assessment-for-datasketches-draft">Apache
Project Maturity Model Assessment for DataSketches (DRAFT)</h1>
- http://www.apache.org/licenses/LICENSE-2.0
+<h2 id="overview">Overview</h2>
+<p>This is an assessment of the DataSketches podling’s maturity, meant to help
inform the decision (of the mentors, community, Incubator PMC and ASF Board of
Directors) to graduate it as a top-level Apache project.</p>
- 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.
--->
+<p>It is based on the ASF project maturity model at <a
href="https://community.apache.org/apache-way/apache-project-maturity-model.html">https://community.apache.org/apache-way/apache-project-maturity-model.html</a>.</p>
-<h1 id="apache-datasketches-community">Apache DataSketches Community</h1>
+<h2 id="status-of-this-document">Status of this document</h2>
-<h2 id="transitioning-from-our-previous-github-site">Transitioning From Our
Previous GitHub Site</h2>
+<p>There is a parallel <em>[DISCUSS] DataSketches Maturity</em> on the <a
href="mailto:[email protected]">[email protected]</a>
mail list to enable discussion of any issues. If there is disagreement on an
issue, it will be marked here as under discussion.</p>
+<h2 id="code">Code</h2>
+<h3 id="cd10">CD10</h3>
+
+<blockquote>
+ <p>The project produces Open Source software, for distribution to the public
at no charge.</p>
+</blockquote>
+
+<h4 id="yes">Yes.</h4>
<ul>
- <li>If you were a user of our library from our previous <a
href="https://github.com/datasketches">GitHub Site</a> please refer to this <a
href="/docs/Community/Transitioning.html">Transitioning</a> page.</li>
+ <li>The project source code is licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, version
2.0</a>.</li>
</ul>
-<h2 id="how-we-communicate">How We Communicate</h2>
+<h3 id="cd20">CD20</h3>
+<blockquote>
+ <p>The project’s code is easily discoverable and publicly accessible.</p>
+</blockquote>
-<p>There are many ways that are available for our community to communicate
with each other and directly with our developers. Please review the following
for methods that meet your needs.</p>
+<h4 id="yes-1">Yes.</h4>
+<ul>
+ <li>See <a
href="https://datasketches.apache.org/docs/Community/Downloads.html">Downloads</a>.</li>
+</ul>
-<h3 id="users-mailing-list"><a
href="https://lists.apache.org/[email protected]">Users
Mailing List</a></h3>
-<p>This is a great place for all users (new and experienced) to ask general
questions about the library, its general capabilities, and where to get help
and find more information. This is also a great place to give the developers
general feedback about the library. If you like what you see, please give us a
<a href="https://github.com/apache/incubator-datasketches-java">Star (Java)</a>
and/or <a href="https://github.com/apache/incubator-datasketches-cpp">Star
(C++/Python)</a> If you hav [...]
+<h3 id="cd30">CD30</h3>
+<blockquote>
+ <p>The code can be built in a reproducible way using widely available
standard tools.</p>
+</blockquote>
+<h4 id="yes-2">Yes.</h4>
<ul>
- <li>To subscribe send an empty email to <a
href="mailto:[email protected]">[email protected]</a>.</li>
- <li>To unsubscribe send an empty email to <a
href="mailto:[email protected]">[email protected]</a>.</li>
+ <li>See the README document on each of the projects
repositories<sup>1</sup>. <a
href="https://github.com/apache/incubator-datasketches-java/blob/master/README.md">For
Example.</a>.</li>
</ul>
-<h3 id="developers-mailing-list"><a
href="https://lists.apache.org/[email protected]">Developers
Mailing List</a></h3>
-<p>This is where the developers, committers, and contributors congregate to
discuss, vote and establish priorities on addressing issues and opportunities
with the library. The issues discussed tend to apply across all the different
components of the library (see below).</p>
+<h3 id="cd40">CD40</h3>
+<blockquote>
+ <p>The full history of the project’s code is available via a source code
control system, in a way that allows any released version to be recreated.</p>
+</blockquote>
+<h4 id="yes-3">Yes.</h4>
<ul>
- <li>To subscribe send an empty email to <a
href="mailto:[email protected]">[email protected]</a>.</li>
- <li>To unsubscribe send an empty email to <a
href="mailto:[email protected]">[email protected]</a>.</li>
+ <li>We use Git/GitHub for source code, documents, and the <a
href="https://datasketches.apache.org">website</a>.</li>
+ <li>For all the Apache DataSketches repositories subject to being
released<sup>1</sup>, releases are cut from the respective repository.</li>
+ <li>All releases are tagged and in separate, easy-to-locate branches.</li>
</ul>
-<h3 id="slack">Slack</h3>
-<p>Chat with users and developers on Slack in <em>the-asf.slack.com</em>
workspace.</p>
+<h3 id="cd50">CD50</h3>
+<blockquote>
+ <p>The provenance of each line of code is established via the source code
control system,
+in a reliable way based on strong authentication of the committer.
+When third-party contributions are committed, commit messages provide reliable
+information about the code provenance.</p>
+</blockquote>
+<h4 id="yes-4">Yes.</h4>
<ul>
- <li>Anyone with an <em>apache.org</em> email account can freely join via <a
href="https://the-asf.slack.com/signup">ASF Slack Signup</a>.</li>
- <li>Otherwise, please send an email to our developers mail list above and we
will send you an invite to join our slack channel. Join the
<em>#datasketches</em> channel when you receive notification.</li>
+ <li>The project uses Apache managed GitHub repositories, ensuring provenance
of each line of code to a committer.</li>
+ <li>Third party contributions are accepted in accordance with the <a
href="href="https://www.apache.org/legal/3party.html">Apache Third-Party
Licensing Policy</a> only.</li>
</ul>
-<h3 id="bugs-and-issues">Bugs and Issues</h3>
-<p>If you have a problem or issue with any aspect of the performance, accuracy
or documentation in our library please file an issue with the relevant <a
href="https://datasketches.apache.org/docs/Architecture/Components.html">Component</a>
GitHub site.</p>
+<h2 id="licenses-and-copyright">Licenses and Copyright</h2>
-<h2 id="contributing">Contributing</h2>
+<h3 id="lc10">LC10</h3>
+<blockquote>
+ <p>The code is released under the Apache License, version 2.0.</p>
+</blockquote>
-<p>We are always open to contributions from our community. Contributions can
be of many forms: documentation, testing, science as well as bug fixes, code
enhancements, code reviews, feature suggestions, usability feedback, etc.
Contributions usually take the form of a Pull Request (PR), but if you wish to
contribute and not sure how, please contact us on our <a
href="https://lists.apache.org/[email protected]">dev</a>
list.</p>
+<h4 id="yes-5">Yes.</h4>
+<ul>
+ <li>See for example, <a
href="https://github.com/apache/incubator-datasketches-java/blob/master/LICENSE">LICENSE</a>,
which has been accepted in multiple release cycles.</li>
+ <li>All source code files have license headers.</li>
+ <li>All releases pass the Apache <em>Release Audit Tool</em> according to
the <a href="https://www.apache.org/legal/src-headers.html">ASF Source Header
and Copyright Notice Policy</a>.</li>
+</ul>
-<p>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 <a
href="/docs/Architecture/SketchCriteria.html">Sketch Criteria</a> and contact
us on our <a
href="https://lists.apache.org/[email protected]">dev</a>
list.</p>
+<h3 id="lc20">LC20</h3>
+<blockquote>
+ <p>Libraries that are mandatory dependencies of the project’s code
+do not create more restrictions than the Apache License does.</p>
+</blockquote>
-<h3 id="what-to-work-on">What to work on</h3>
+<h4 id="yes-6">Yes.</h4>
<ul>
- <li>
- <p><strong><a href="/docs/Architecture/Components.html">GitHub
Components</a>:</strong> 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.</p>
- </li>
- <li>
- <p>We have three TODO lists for <a
href="https://github.com/apache/incubator-datasketches-java/projects/1">Java</a>,
<a
href="https://github.com/apache/incubator-datasketches-cpp/projects/1">C++</a>
and the <a
href="https://github.com/apache/incubator-datasketches-website/projects/1">Website</a>.
Please check these out for potential contribution!</p>
+ <li>All code dependencies have been reviewed to contain approved licenses
only.</li>
+</ul>
+
+<h3 id="lc30">LC30</h3>
+<blockquote>
+ <p>The libraries mentioned in LC20 are available as Open Source software.</p>
+</blockquote>
+
+<h4 id="yes-7">Yes.</h4>
+<ul>
+ <li>The references to the open-source libraries mentioned in LC20 can be
found in the LICENSE file on each of the repositories subject to
release<sup>1</sup>.</li>
+</ul>
+
+<h3 id="lc40">LC40</h3>
+<blockquote>
+ <p>Committers are bound by an Individual Contributor Agreement
+(the <a href="https://www.apache.org/licenses/icla.txt">Apache ICLA</a>) that
+defines which code they are allowed to commit and how they need to identify
code that is not their own.</p>
+</blockquote>
+
+<h4 id="yes-8">Yes.</h4>
+<ul>
+ <li>The project uses GitHub repositories managed by Apache where write
access requires an Apache account and an ICLA on file.</li>
+</ul>
+
+<h3 id="lc50">LC50</h3>
+<blockquote>
+ <p>The copyright ownership of everything that the project produces is
clearly defined and documented.</p>
+</blockquote>
+
+<ul>
+ <li>All files in the source repository have appropriate headers (See
LC10).</li>
+ <li>Software Grant Agreements for the initial donations and Corporate CLAs
have been filed.</li>
+</ul>
+
+<h2 id="releases">Releases</h2>
+<h3 id="re10">RE10</h3>
+<blockquote>
+ <p>Releases consist of source code, distributed using standard and open
archive
+formats that are expected to stay readable in the long term.</p>
+</blockquote>
+
+<h4 id="yes-9">Yes.</h4>
+<ul>
+ <li>Source releases are distributed via <a
href="http://ws.apache.org/mirrors.cgi">Apache Download Mirrors</a>
+and linked from the website <a
href="https://datasketches.apache.org/docs/Community/Downloads.html">Downloads</a>
page.</li>
+</ul>
+
+<h3 id="re20">RE20</h3>
+<blockquote>
+ <p>Releases are approved by the project’s PMC (see CS10), in order to make
them
+an act of the Foundation.</p>
+</blockquote>
+
+<h4 id="yes-10">Yes.</h4>
+<ul>
+ <li>All incubating releases have been approved by the DataSketches
community, PPMC, and the IPMC, all with at least 3 IPMC votes.</li>
+</ul>
+
+<h3 id="re30">RE30</h3>
+<blockquote>
+ <p>Releases are signed and/or distributed along with digests that can be
+reliably used to validate the downloaded archives.</p>
+</blockquote>
+
+<h4 id="yes-11">Yes.</h4>
+<ul>
+ <li>All releases are signed, and KEYS files are provided on <a
href="https://dist.apache.org">dist.apache.org</a>.</li>
+</ul>
+
+<h3 id="re40">RE40</h3>
+<blockquote>
+ <p>Convenience binaries can be distributed alongside source code but they
are not
+Apache Releases – they are just a convenience provided with no guarantee.</p>
+</blockquote>
+
+<h4 id="yes-12">Yes.</h4>
+<ul>
+ <li>So far, we do not have any convenience binaries to distribute.</li>
+</ul>
+
+<h3 id="re50">RE50</h3>
+<blockquote>
+ <p>The release process is documented and repeatable to the extent that
+someone new to the project is able to independently generate the complete
+set of artifacts required for a release.</p>
+</blockquote>
+
+<h4 id="yes-13">Yes.</h4>
+<ul>
+ <li>All committers have access to <a
href="https://dist.apache.org/repos/dist/dev/incubator/datasketches/scripts/">detailed
release scripts</a>.</li>
+ <li>As of October 24, 2020, we have successfully completed 17 Apache
releases since the start of our incubation.</li>
+ <li>We have 3 committers that have qualified to be <em>release managers</em>
and have successfully performed releases.</li>
+</ul>
+
+<h2 id="quality">Quality</h2>
+<h3 id="qu10">QU10</h3>
+<blockquote>
+ <p>The project is open and honest about the quality of its code. Various
levels
+of quality and maturity for various modules are natural and acceptable
+as long as they are clearly communicated.</p>
+</blockquote>
+
+<h4 id="yes-14">Yes.</h4>
+<ul>
+ <li>Bugs, various deficiencies and documentation problems come to us from
many different sources. Once these bugs are made known to us we record them
using the GitHub issues lists of the relevant repository<sup>1</sup>.</li>
+</ul>
+
+<h3 id="qu20">QU20</h3>
+<blockquote>
+ <p>The project puts a very high priority on producing secure software.</p>
+</blockquote>
+
+<h3 id="yes-15">Yes.</h3>
+<ul>
+ <li>Security issues will be treated with the highest priority.</li>
+ <li>We will follow the guidelines proposed by <a
href="https://cve.mitre.org/about/documents.html">CVE Documents and
Guidance</a> should these issues arise.</li>
+</ul>
+
+<h3 id="qu30">QU30</h3>
+<blockquote>
+ <p>The project provides a well-documented, secure and private channel to
report security issues, along with a documented way of responding to them.</p>
+</blockquote>
+
+<h4 id="yes-16">Yes.</h4>
+<ul>
+ <li>See <a
href="https://datasketches.apache.org/docs/Community/index.html">Community
page, “Reporting Security Issues”</a>.</li>
+</ul>
+
+<h3 id="qu40">QU40</h3>
+<blockquote>
+ <p>The project puts a high priority on backwards compatibility and aims to
document any
+incompatible changes and provide tools and documentation to help users
transition to new features.</p>
+</blockquote>
+
+<h4 id="yes-17">Yes.</h4>
+<ul>
+ <li>We define two types of backward compatibility, API, and Binary:
+ <ul>
+ <li><strong>API:</strong> To the greatest extent possible we try to
maintain compatiblity with older APIs. However, some API changes are
inevitable. In these cases we deprecate the older API alongside the newer
recommended API for at least one major release cycle, after which the older API
may be removed. This is standard policy for most industry code bases.</li>
+ <li><strong>Binary:</strong> Our current codebase is able to read and
process older binary representations of our sketches since about 2014. This is
extremely important for our customers and is very high priority as our code
evolves.</li>
+ </ul>
</li>
</ul>
-<h3 id="getting-your-proposed-changes-accepted">Getting your proposed changes
accepted</h3>
+<h3 id="qu50">QU50</h3>
+<blockquote>
+ <p>The project strives to respond to documented bug reports in a timely
manner.</p>
+</blockquote>
-<p>Proposed changes to the code or documentation are usually done through
GitHub Pull Requests (PRs).</p>
+<h4 id="yes-18">Yes.</h4>
+<ul>
+ <li>We respond very quickly to bug and problem reports and have received
excellent feedback from our users about our quick response.</li>
+</ul>
+
+<h2 id="community">Community</h2>
+
+<h3 id="co10">CO10</h3>
+<blockquote>
+ <p>The project has a well-known homepage that points to all the information
+required to operate according to this maturity model.</p>
+</blockquote>
+
+<h4 id="yes-19">Yes.</h4>
+<ul>
+ <li>See <a
href="https://datasketches.apache.org">datasketches.apache.org</a>.</li>
+</ul>
+
+<h3 id="co20">CO20</h3>
+<blockquote>
+ <p>The community welcomes contributions from anyone who acts in good
+faith and in a respectful manner and adds value to the project.</p>
+</blockquote>
+
+<h4 id="yes-20">Yes.</h4>
+<ul>
+ <li>See <a
href="https://datasketches.apache.org/docs/Community/index.html">Community,
Contributing topic</a>.</li>
+</ul>
+
+<h3 id="co30">CO30</h3>
+<blockquote>
+ <p>Contributions include not only source code, but also documentation,
constructive bug
+reports, constructive discussions, marketing and generally anything that adds
value to the project.</p>
+</blockquote>
+
+<h4 id="yes-21">Yes.</h4>
+<ul>
+ <li>See <a
href="https://datasketches.apache.org/docs/Community/index.html">Community,
Contributing topic</a>.</li>
+</ul>
+
+<h3 id="co40">CO40</h3>
+<blockquote>
+ <p>The community strives to be meritocratic and over time aims to give more
rights and
+responsibilities to contributors who add value to the project.</p>
+</blockquote>
+
+<h4 id="yes-22">Yes.</h4>
+<ul>
+ <li>We have elected one new committer and have more on the way. All of these
are and will be meritocracy based.</li>
+</ul>
+
+<h3 id="co50">CO50</h3>
+<blockquote>
+ <p>The way in which contributors can be granted more rights such as commit
+access or decision power is clearly documented and is the same for all
contributors.</p>
+</blockquote>
+
+<h4 id="yes-23">Yes.</h4>
+<ul>
+ <li>See <a
href="https://datasketches.apache.org/docs/Community/index.html">Community,
Contributing topic</a>.</li>
+</ul>
+
+<h3 id="co60">CO60</h3>
+<blockquote>
+ <p>The community operates based on consensus of its members (see CS10) who
+have decision power. Dictators, benevolent or not, are not welcome in
+Apache projects.</p>
+</blockquote>
+
+<h4 id="yes-24">Yes.</h4>
+<ul>
+ <li>We work hard to build consensus.</li>
+</ul>
+
+<h3 id="co70">CO70</h3>
+<blockquote>
+ <p>The project strives to answer user questions in a timely manner.</p>
+</blockquote>
+<h4 id="yes-25">Yes.</h4>
<ul>
- <li>Simple PRs, such as simple bug fixes, typos, and documentation
corrections require one approval vote (+1) from a committer.</li>
- <li>Major changes to the code such as API or architectural changes or new
sketch algorithms must be discussed on <a
href="https://lists.apache.org/[email protected]">dev</a>
or on a GitHub issue as these will require additional design and compatibility
reviews. These changes must receive at least three (+1) votes from committers.
If the author is already a committer, than two additional committers must vote
(+1).</li>
+ <li>We typically respond to issues within a few hours. These issues come to
our attention through many different channels including our
[email protected], [email protected], and GitHub issues
lists as well as the Apache Slack channels.</li>
</ul>
-<h3 id="becoming-a-committer">Becoming a committer</h3>
-<p>We welcome anyone who is eager to continue to contribute to the
DataSketches mission of providing open source, production quality sketch
algorithms and become part of our team. Please send us a message on <a
href="https://lists.apache.org/[email protected]">dev</a>
where we can give you some guidance. After you have made some successful
contributions, the current committers will discuss your candidacy for becoming
a committer. You can also review the <a href="ht [...]
+<h2 id="consensus-building">Consensus Building</h2>
+<h3 id="cs10">CS10</h3>
+<blockquote>
+ <p>The project maintains a public list of its contributors who have decision
+power – the project’s PMC (Project Management Committee) consists of
+those contributors.</p>
+</blockquote>
-<h2 id="governance">Governance</h2>
-<p>The <a href="https://www.apache.org/foundation/how-it-works.html">Project
Management Committee</a> (PMC) is responsible for the administrative aspects of
the DataSketches project.</p>
+<h4 id="yes-26">Yes.</h4>
+<ul>
+ <li>See <a
href="https://incubator.apache.org/projects/datasketches.html">DataSketches
Project Incubation Status</a>.</li>
+</ul>
+
+<h3 id="cs20">CS20</h3>
+<blockquote>
+ <p>Decisions are made by consensus among PMC members
+and are documented on the project’s main communications channel.
+Community opinions are taken into account but the PMC has the final word, if
needed.</p>
+</blockquote>
+
+<h4 id="yes-27">Yes.</h4>
+<ul>
+ <li>All major projecct decisions are documented via our <a
href="mailto:[email protected]">[email protected]</a>
mail list.</li>
+</ul>
+
+<h3 id="cs30">CS30</h3>
+<blockquote>
+ <p>Documented voting rules are used to build consensus when discussion is
not sufficient.</p>
+</blockquote>
+
+<h4 id="yes-28">Yes.</h4>
+<ul>
+ <li>The project uses the standard ASF voting rules. Voting rules are clearly
stated before the voting starts for each individual vote.</li>
+</ul>
+
+<h3 id="cs40">CS40</h3>
+<blockquote>
+ <p>In Apache projects, vetoes are only valid for code commits and are
+justified by a technical explanation, as per the Apache voting rules
+defined in CS30.</p>
+</blockquote>
+
+<h4 id="yes-29">Yes.</h4>
+<ul>
+ <li>We have had only one instance of a “-1” vote from a PPMC member on a
code release. The issue was fixed and resubmitted. We support this policy.</li>
+</ul>
+
+<h3 id="cs50">CS50</h3>
+<blockquote>
+ <p>All “important” discussions happen asynchronously in written form on the
+project’s main communications channel. Offline, face-to-face or private
discussions
+that affect the project are also documented on that channel.</p>
+</blockquote>
+
+<h4 id="yes-30">Yes.</h4>
+<ul>
+ <li>The project has been making important decisions on the project mailing
lists. Minor decisions may occasionally happen during code reviews, which are
also asynchronous and in written form. Any synchronous discussions that result
in major decisions for the project are documented oun our project <a
href="mailto:[email protected]">[email protected]</a>
mailing list.</li>
+</ul>
+
+<h2 id="independence">Independence</h2>
+
+<h3 id="in10">IN10</h3>
+<blockquote>
+ <p>The project is independent from any corporate or organizational
influence.</p>
+</blockquote>
+
+<h4 id="yes-31">Yes.</h4>
+<ul>
+ <li>Our project has committers and contributors from Verizon Media, Inc.;
Hypercube, Inc.; Permutive, Inc. UK;
+Tableau (Salesforce, Inc.); Georgetown University, Washington, D.C.; Warwick
University, UK;
+UC Berkeley; Apache Druid, and other researchers from around the world.</li>
+</ul>
+
+<h3 id="in20">IN20</h3>
+<blockquote>
+ <p>Contributors act as themselves as opposed to representatives of a
corporation or organization.</p>
+</blockquote>
+
+<h4 id="yes-32">Yes.</h4>
+<ul>
+ <li>The committers and contributors act on their own initiative without
representing a corporation or organization.</li>
+</ul>
-<p>The basic responsibilities of the PMC include:</p>
+<hr />
+<p><sup>1</sup> List of Source Repositories that have Apache Releases:</p>
<ul>
- <li>Approving releases</li>
- <li>Nominating new committers</li>
- <li>Maintaining the project’s shared resources, including the github
account, mailing lists, websites, social media channels, etc.</li>
- <li>Maintaining guidelines for the project</li>
+ <li><a
href="https://github.com/apache/incubator-datasketches-java">incubator-datasketches-java</a></li>
+ <li><a
href="https://github.com/apache/incubator-datasketches-cpp">incubator-datasketches-cpp</a></li>
+ <li><a
href="https://github.com/apache/incubator-datasketches-memory">incubator-datasketches-memory</a></li>
+ <li><a
href="https://github.com/apache/incubator-datasketches-hive">incubator-datasketches-hive</a></li>
+ <li><a
href="https://github.com/apache/incubator-datasketches-pig">incubator-datasketches-pig</a></li>
+ <li><a
href="https://github.com/apache/incubator-datasketches-postgresql">incubator-datasketches-postgresql</a></li>
</ul>
</div> <!-- End content -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]