--- title: Apache Accumulo skiph1fortitle: true ---
With Apache Accumulo, users can store and manage large data sets across a cluster. Accumulo uses Apache Hadoop's HDFS to store its data and Apache ZooKeeper for consensus. While many users interact directly with Accumulo, several open source projects use Accumulo as their underlying store.
To learn more about Accumulo, take the Accumulo tour, read the user manual and run the Accumulo example code. Feel free to contact us if you have any questions.
Accumulo has a programming mechanism (called Iterators) that can modify key/value pairs at various points in the data management process.
Every Accumulo key/value pair has its own security label which limits query results based off user authorizations.
Accumulo runs on a cluster using one or more HDFS instances. Nodes can be added or removed as the amount of data stored in Accumulo changes.
Accumulo has a stable client API that follows LTM releases and semantic versioning. Each Accumulo release goes through extensive testing.
Latest News
{% assign visible_posts = site.posts | where:"draft",false %} {% for post in visible_posts limit:site.num_home_posts %}View all posts in the news archive