Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <meta charset="utf-8"> |
| 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> |
| 8 | <meta name="description" content=""> |
| 9 | <meta name="author" content=""> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 10 | <link rel="icon" href="favicon.ico"> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 11 | |
| 12 | <title>Tools</title> |
| 13 | |
| 14 | <!-- Bootstrap core CSS --> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 15 | <link href="css/bootstrap.min.css" rel="stylesheet"> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 16 | <!-- Bootstrap theme --> |
| 17 | |
| 18 | <!-- Custom styles for this template --> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 19 | <link href="css/theme.css" rel="stylesheet"> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 20 | |
| 21 | <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
| 22 | <!--[if lt IE 9]> |
| 23 | <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
| 24 | <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
| 25 | <![endif]--> |
| 26 | <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> |
| 27 | </head> |
| 28 | |
| 29 | <div class="container theme-showcase" role="main"> |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame^] | 30 | <div class="masthead"> |
| 31 | <p class="lead"> |
| 32 | <a href="index.html"> |
| 33 | <img src="img/asterixdb_tm.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/> |
| 34 | </a> |
| 35 | </p> |
| 36 | </div> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 37 | |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame^] | 38 | <nav class="navbar navbar-default"> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 39 | <div class="container"> |
| 40 | <div class="navbar-header"> |
| 41 | <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> |
| 42 | <span class="sr-only">Toggle navigation</span> |
| 43 | <span class="icon-bar"></span> |
| 44 | <span class="icon-bar"></span> |
| 45 | <span class="icon-bar"></span> |
| 46 | </button> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 47 | <a class="navbar-brand" href="index.html">Overview</a> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 48 | </div> |
| 49 | <div class="navbar-collapse collapse"> |
| 50 | <ul class="nav navbar-nav"> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 51 | <li><a href="download.html">Download</a></li> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 52 | <li class="dropdown"> |
| 53 | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation<span class="caret"></span></a> |
| 54 | <ul class="dropdown-menu" role="menu"> |
| 55 | <li class="dropdown-header">Stable release</li> |
Till Westmann | e617e52 | 2016-02-29 12:42:51 -0800 | [diff] [blame] | 56 | <li><a href="docs/0.8.8-incubating/index.html">Documentation for 0.8.8-incubating<i class="fa fa-external-link fa-sm"></i></a></li> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 57 | <li class="divider"></li> |
| 58 | <li class="dropdown-header">Snapshot release</li> |
Ian Maxon | e2b799e | 2015-11-24 18:20:03 -0800 | [diff] [blame] | 59 | <li><a href="https://ci.apache.org/projects/asterixdb/index.html">Documentation for 0.8.8-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 60 | </ul> |
| 61 | </li> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 62 | <li><a href="about.html">About</a></li> |
| 63 | <li><a href="community.html">Community</a></li> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 64 | <li class="dropdown"> |
| 65 | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Contributing <span class="caret"></span></a> |
| 66 | <ul class="dropdown-menu" role="menu"> |
| 67 | <li class="dropdown-header">For New Contributors</li> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 68 | <li><a href="dev-setup.html">Development Setup</a></li> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 69 | <li class="divider"></li> |
| 70 | <li class="dropdown-header">For Committers</li> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 71 | <li><a href="pushing.html">Pushing changes</a></li> |
| 72 | <li><a href="site.html">Editing this site</a></li> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 73 | </ul> |
| 74 | </li> |
| 75 | </ul> |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame^] | 76 | <ul class="nav navbar-nav navbar-right"> |
| 77 | <li class="dropdown"> |
| 78 | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false" |
| 79 | style="padding-right: 30px"> |
| 80 | <img src="img/feather.png" style="height:20px"/>Apache Software Foundation<span class="caret"/> |
| 81 | </a> |
| 82 | <ul class="dropdown-menu dropdown-menu-right" role="menu"> |
| 83 | <li><a href="http://www.apache.org/"><b>ASF Homepage</b></a></li> |
| 84 | <li><a href="http://www.apache.org/licenses/">License</a></li> |
| 85 | <li><a href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li> |
| 86 | <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> |
| 87 | <li><a href="http://www.apache.org/security/">Security</a></li> |
| 88 | </ul> |
| 89 | </li> |
| 90 | </ul> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 91 | </div><!--/.nav-collapse --> |
| 92 | </div> |
| 93 | </nav> |
| 94 | |
| 95 | |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame^] | 96 | <div class="row"> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 97 | <div class="col-md-10 col-centered"> |
| 98 | <h2>Tools</h2> |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame^] | 99 | <p>Apache AsterixDB™ (incubating) is built and maintained using a variety of open source and commerical tools. |
| 100 | This page lists some of them, in no particular order.</p> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 101 | |
| 102 | <ul id="markdown-toc"> |
| 103 | <li><a href="#apache-tools" id="markdown-toc-apache-tools">Apache Tools</a></li> |
| 104 | </ul> |
| 105 | |
| 106 | <h3 id="apache-tools">Apache Tools</h3> |
| 107 | |
| 108 | <p>|———————————————————————————–|——————-| |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 109 | |<img src="/img/tools/maven.png" height="100" /> | |</p> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 110 | <hr /> |
| 111 | |
| 112 | <h4 id="open-source-tools">Open Source Tools</h4> |
| 113 | |
| 114 | <table class="table table-striped"> |
| 115 | <tbody> |
| 116 | <tr> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 117 | <td><img src="/img/tools/jenkins.png" height="100" /></td> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 118 | <td> </td> |
| 119 | </tr> |
| 120 | <tr> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 121 | <td><img src="/img/tools/gerrit.png" height="100" /></td> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 122 | <td>Gerrit is used by the majority of developers as a staging repository for new changes and as a code review tool</td> |
| 123 | </tr> |
| 124 | </tbody> |
| 125 | </table> |
| 126 | |
| 127 | <hr /> |
| 128 | |
| 129 | <h4 id="commercial-tools">Commercial Tools</h4> |
| 130 | |
| 131 | <table class="table table-striped"> |
| 132 | <tbody> |
| 133 | <tr> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 134 | <td><img src="/img/tools/yourkit.png" height="100" /></td> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 135 | <td>YourKit whenever a hard to</td> |
| 136 | </tr> |
| 137 | <tr> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 138 | <td><img src="/img/tools/intellij.png" height="100" /></td> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 139 | <td> </td> |
| 140 | </tr> |
| 141 | </tbody> |
| 142 | </table> |
| 143 | |
| 144 | </div> |
| 145 | </div> |
| 146 | |
| 147 | |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame^] | 148 | <hr/> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 149 | |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame^] | 150 | <footer> |
| 151 | <div class="row"> |
| 152 | <div class="col-md-9 col-centered"> |
| 153 | <div class="col-md-9 text-left"> |
| 154 | <p>Apache AsterixDB is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored |
| 155 | by the Apache Incubator. |
| 156 | Incubation is required of all newly accepted projects until a further review indicates that the |
| 157 | infrastructure, communications, and decision making process have stabilized in a manner consistent with |
| 158 | other successful ASF projects. |
| 159 | While incubation status is not necessarily a reflection of the completeness or stability of the code, it |
| 160 | does indicate that the project has yet to be fully endorsed by the ASF.</p> |
| 161 | </div> |
| 162 | <div class="col-md-3 text-right"> |
| 163 | <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/> |
| 164 | </div> |
| 165 | </div> |
| 166 | </div> |
| 167 | <div class="row"> |
| 168 | <div class="col-md-9 col-centered text-center"> |
| 169 | <p/> |
| 170 | <p>© Copyright 2016 The Apache Software foundation. All Rights Reserved. </p> |
| 171 | <p>Apache AsterixDB, the Apache AsterixDB logo, Apache, and the Apache feather logo are trademarks of the |
| 172 | Apache Software Foundation</p> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 173 | </div> |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame^] | 174 | </div> |
| 175 | </footer> |
| 176 | </div> <!-- /container --> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 177 | |
| 178 | <!-- Bootstrap core JavaScript |
| 179 | ================================================== --> |
| 180 | <!-- Placed at the end of the document so the pages load faster --> |
| 181 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 182 | <script src="js/bootstrap.min.js"></script> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 183 | </body> |
| 184 | </html> |