Title: Apache Accumulo Skiph1fortitle: true Nav: nav_index Notice: 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.

The Apache Accumulo™ sorted, distributed key/value store is a robust, scalable, high performance data storage and retrieval system.

Download
Apache Accumulo is based on Google's [BigTable][1] design and is built on top of Apache [Hadoop][2], [Zookeeper][3], and [Thrift][4]. Apache Accumulo features a few novel improvements on the BigTable design in the form of cell-based access control and a server-side programming mechanism that can modify key/value pairs at various points in the data management process. Other notable improvements and feature are outlined [here](notable_features.html). Google published the design of BigTable in 2006. Several other open source projects have implemented aspects of this design including [HBase][5], [Hypertable][6], and [Cassandra][7]. Accumulo began its development in 2008 and joined the [Apache community][8] in 2011. [1]: http://research.google.com/archive/bigtable.html "BigTable" [2]: http://hadoop.apache.org/ "Hadoop" [3]: http://zookeeper.apache.org "Zookeeper" [4]: http://thrift.apache.org "Thrift" [5]: http://hbase.apache.org "HBase" [6]: http://hypertable.org "Hypertable" [7]: http://cassandra.apache.org "Cassandra" [8]: http://www.apache.org/ "Apache Software Foundation"