blob: e15dc280287aeb2f0eb12a972e3d6f8e84fe782a [file]
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Apache Events">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="apache, apache events, apache community, opensource">
<title>About Apache Roadshows</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="/style/screen.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/svg+xml" href="/images/apache-oak-leaf.svg">
</head>
<body>
<div id="banner">
<div>
<div class="topbanner">
<div class="sitename">Apache Software Foundation Events</div>
<a class="logo" href="https://www.apache.org">
<img alt="ASF website" src="https://apache.org/img/asf_logo.png" width="164">
</a>
<span class="breadcrumbs">
<a href="/">Home</a>
&nbsp; <a href='/about'>About</a>
&nbsp; <a href='/about/roadshow.html'>Roadshow</a>
</span>
</div>
</div>
</div>
<button id="nav-toggle" aria-label="Toggle navigation">☰ Menu</button>
<div id="navigation">
<ul>
<li><a href="/index.html">Home</a></li>
</ul>
<h1>About Apache Events</h1>
<ul>
<li><a href="/about/index.html">General information</a></li>
<li><a href="/about/commcode/index.html">Community Over Code</a></li>
<li><a href="/about/endorsed.html">Endorsed events</a></li>
<li><a href="/events/">Current Events</a></li>
</ul>
<h1>Getting Involved</h1>
<ul>
<li><a href="/involved/index.html">Introduction</a></li>
<li><a href="/involved/mailing-lists.html">Mailing Lists</a></li>
<li><a href="/volunteer/">Volunteer!</a></li>
<li><a href="https://s.apache.org/apachecon-slack">Slack</a></li>
</ul>
<h1>ASF</h1>
<ul>
<li><a href="https://www.apache.org">Apache Software Foundation</a></li>
<li><a href="https://community.apache.org">Community Development</a></li>
<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li><a href="https://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
<li><a href="https://www.apache.org/security/">Security</a></li>
</ul>
</div>
<div id="content">
<h1 class="title">About Apache Roadshows</h1>
<p>Apache Roadshows are small regional one- or two-day events, intended to
build local community and educate about what the Apache Software
Foundation does.</p>
<p>While not a traditional roadshow (ie, a traveling event with multiple
stops), we use the name to indicate that there may be multiple small
events on a particular continent. Thus, the Europe Roadshow may have small
events in Berlin and Barcelona during the course of a year, while the
North America Roadshow might have events in DC and Chicago.</p>
<p>Road shows are typically one or two days, having one or two tracks of
content. They are often focused on a particular technology (e.g.,
Tomcat or Spark) or industry segment (e.g., IoT or Big Data).</p>
<p>They can be organized by any Apache member, and may receive
funding and promotion from the ASF, based on availability. It may be
colocated with another event, or it may be standalone.</p>
<p>Road shows are a great way for companies to support the ASF via donated
space and sponsorship. If you&rsquo;d like to host a roadshow, please contact
the <a href="https://lists.apache.org/list.html?dev@community.apache.org">community development mailing
list</a> with
your ideas.</p>
<h3 id="other-event-types-include">Other event types include:</h3>
<ul>
<li><a href="/about/commcode/index.html">Community Over Code</a></li>
<li><a href="/about/endorsed.html">Endorsed events</a></li>
</ul>
</div>
<footer id="footer">
<div class="copyright">
<p>
Copyright &copy; 2026 The Apache Software Foundation, Licensed under
the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
<br>
Apache and the Apache logo are trademarks of The Apache Software Foundation.
<br>
This website is generated from the
<a href="https://github.com/apache/comdev-events-site">comdev-events-site</a>
repository.
</p>
</div>
</footer>
<script>
document.getElementById('nav-toggle').addEventListener('click', function() {
var nav = document.getElementById('navigation');
nav.classList.toggle('open');
});
</script>
</body>
</html>