CINXE.COM
Accumulo Tour
<!DOCTYPE html> <html lang="en"> <head> <!-- 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. --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="/css/bootstrap/5.3.3/dist/css/bootstrap.css"> <link rel="stylesheet" type="text/css" href="/css/fontawesome/fontawesome-free-6.6.0-web/css/all.css"> <link rel="stylesheet" type="text/css" href="/css/datatables/bs5/dt-2.0.8/datatables.css"> <link rel="stylesheet" type="text/css" href="/css/accumulo.css"> <title>Accumulo Tour</title> <script type="text/javascript" src="/js/jquery/3.7.1/jquery.js"></script> <script type="text/javascript" src="/js/bootstrap/5.3.3/dist/js/bootstrap.bundle.js"></script> <script type="text/javascript" src="/js/datatables/bs5/dt-2.0.8/datatables.js"></script> <script type="text/javascript" src="https://www.apachecon.com/event-images/snippet.js"></script> <script type="text/javascript" src="/js/accumulo.js"></script> </head> <body style="padding-top: 100px"> <nav class="navbar navbar-expand-lg navbar-light fixed-top bg-light"> <div class="container"> <a class="navbar-brand" href="/"> <img alt="Apache Accumulo" id="nav-logo" src="/images/accumulo-logo.png" width="200"> </a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-items"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbar-items"> <ul class="navbar-nav me-auto"> <li class="nav-item"><a class="nav-link" href="/downloads">Download</a></li> <li class="nav-item"><a class="nav-link" href="/tour">Tour</a></li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown">Releases</a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/release/accumulo-3.0.0/">3.0.0 (Latest non-LTM)</a></li> <li><a class="dropdown-item" href="/release/accumulo-2.1.3/">2.1.3 (Latest LTM)</a></li> <li><a class="dropdown-item" href="/release/accumulo-1.10.4/">1.10.4 (Legacy LTM)</a></li> <li><a class="dropdown-item" href="/release/">Archive</a></li> </ul> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown">Documentation</a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/docs/2.x">User Manual (2.x)</a></li> <li><a class="dropdown-item" href="/docs/2.x/apidocs">Javadocs (2.x)</a></li> <li><a class="dropdown-item" href="/api">Public API</a></li> <li><a class="dropdown-item" href="/quickstart-1.x">Quickstart (1.x)</a></li> <li><a class="dropdown-item" href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li> <li><a class="dropdown-item" href="/1.10/accumulo_user_manual.html">User Manual (1.10)</a></li> <li><a class="dropdown-item" href="/1.10/apidocs">Javadocs (1.10)</a></li> <li><a class="dropdown-item" href="/external-docs">External Docs</a></li> <li><a class="dropdown-item" href="/docs-archive/">Archive</a></li> </ul> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown">Community</a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/contact-us">Contact Us</a></li> <li><a class="dropdown-item" href="/how-to-contribute">How To Contribute</a></li> <li><a class="dropdown-item" href="/people">People</a></li> <li><a class="dropdown-item" href="/related-projects">Related Projects</a></li> </ul> </li> <li class="nav-item"><a class="nav-link" href="/search">Search</a></li> </ul> <ul class="navbar-nav ms-auto"> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"> <img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/> </a> <ul class="dropdown-menu dropdown-menu-end"> <li><a class="dropdown-item" href="https://www.apache.org">Apache Homepage <span class="fa-solid fa-up-right-from-square"></span></a></li> <li><a class="dropdown-item" href="https://www.apache.org/licenses/">License <span class="fa-solid fa-up-right-from-square"></span></a></li> <li><a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship">Sponsorship <span class="fa-solid fa-up-right-from-square"></span></a></li> <li><a class="dropdown-item" href="https://www.apache.org/security">Security <span class="fa-solid fa-up-right-from-square"></span></a></li> <li><a class="dropdown-item" href="https://www.apache.org/foundation/thanks">Thanks <span class="fa-solid fa-up-right-from-square"></span></a></li> <li><a class="dropdown-item" href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <span class="fa-solid fa-up-right-from-square"></span></a></li> <li><a class="dropdown-item" href="https://www.apache.org/foundation/policies/privacy.html">Privacy Policy<span class="fa-solid fa-up-right-from-square"></span></a></li> <li><a class="dropdown-item" href="https://www.apache.org/events/current-event.html">Current Event <span class="fa-solid fa-up-right-from-square"></span></a></li> </ul> </li> </ul> </div> </div> </nav> <div class="container"> <div class="row"> <div class="col-md-12"> <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;"> Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a> </div> <div id="content"> <article class="post"> <header class="post-header"> <h1 class="post-title">Accumulo Tour</h1> </header> <div class="post-content"> <p>Welcome to the Accumulo tour! The tour offers a hands-on introduction to the <a href="/api">Accumulo Java API</a>, broken down into independent steps and exercises. The exercises give you a chance to apply what you have learned by writing code on your own. The answers to an exercise are typically provided in the next step. The tour begins at the <a href="/tour/getting-started">Getting Started</a> page.</p> <p>When on a tour page, the left and right keys on the keyboard can be used to navigate. If you have any questions or suggestions while going through the tour, please email our <a href="/contact-us/#mailing-lists">mailing list</a> or <a href="https://github.com/apache/accumulo-website/issues">create an issue</a>.</p> <p>This version works interactively making use of the JShell feature of Java. It is designed to work on versions of Accumulo 2.1.x or greater.</p> <ol> <li> <p><a href="/tour/getting-started/">Getting Started</a></p> </li> <li> <p><a href="/tour/client/">Connecting to Accumulo</a></p> </li> <li> <p><a href="/tour/basic-read-write/">Writing and Reading</a></p> </li> <li> <p><a href="/tour/data-model/">Data Model</a></p> </li> <li> <p><a href="/tour/data-model-code/">Data Model Code</a></p> </li> <li> <p><a href="/tour/authorizations/">Authorizations</a></p> </li> <li> <p><a href="/tour/authorizations-code/">Authorizations Code</a></p> </li> <li> <p><a href="/tour/ranges-splits/">Ranges and Splits</a></p> </li> <li> <p><a href="/tour/batch-scanner/">Batch Scanner</a></p> </li> <li> <p><a href="/tour/batch-scanner-code/">Batch Scanner Code</a></p> </li> <li> <p><a href="/tour/conditional-writer/">Conditional Writer</a></p> </li> <li> <p><a href="/tour/conditional-writer-code/">Conditional Writer Code</a></p> </li> <li> <p><a href="/tour/using-iterators/">Using Iterators</a></p> </li> </ol> </div> </article> </div> <footer> <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p> <p>Copyright 漏 2011-2025 <a href="https://www.apache.org">The聽Apache聽Software聽Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/">Apache聽License,聽Version聽2.0</a>.</p> <p>Apache庐, the names of Apache projects and their logos, and the multicolor feather logo are registered trademarks or trademarks of The Apache Software Foundation in the United States and/or other countries.</p> </footer> </div> </div> </div> </body> </html>