title: Related Projects

The Apache Accumulo community is happy to promote and encourage use of Accumulo in ways that are novel and reusable by other users within the community. As such, we're happy to curate a list of projects related to Accumulo to give them visibility to a larger audience. To have you project listed here, send a request to the developer's mailing list

Open source projects using Accumulo

Apache Fluo

Fluo builds on Accumulo and enables low latency, continuous incremental processing of big data.

Apache Gora

Gora open source framework provides an in-memory data model and persistence for big data. Accumulo's continuous ingest test suite was adapted to Gora and called Goraci.

Apache Hive

Hive data warehouse software facilitates reading, writing, and managing large datasets residing in distributed storage using SQL. Hive has the ability to read and write data in Accumulo using the AccumuloStorageHandler.

Apache Pig

Pig is a platform for analyzing large data sets that consists of a high-level language for expressing data analysis programs, coupled with infrastructure for evaluating these programs. Pig has the ability to read and write data in Accumulo using AccumuloStorage.

Apache Rya

Rya is a scalable RDF triple store built on top of a columnar index store.

Geomesa

Geomesa is an open-source, distributed, spatio-temporal database built on a number of distributed cloud data storage systems, including Accumulo, HBase, Cassandra, and Kafka.

Geowave

Geowave is a library for storage, index, and search of multi-dimensional data on top of a sorted key-value datastore.

Graphulo

Graphulo is a Java library for Apache Accumulo which delivers server-side sparse matrix math primitives that enable higher-level graph algorithms and analytics. Code.

Presto

Presto is an open source distributed SQL query engine for running interactive analytic queries against data sources of all sizes, ranging from gigabytes to petabytes. Through the use of the new Accumulo connector for Presto, users are able to execute traditional SQL queries against new and existing tables in Accumulo. For more information, see the Accumulo Connector documentation.

Timely

Timely : A secure time series database based on Accumulo and Grafana.

Uno and Muchos

Uno and Muchos provide automation for quickly setting up Accumulo instances for testing. These project were created to enable Fluo testing, but can be used to setup just Accumulo.

User-Created Applications

Trendulo

Trendulo is Twitter trend analysis using Apache Accumulo. The source code is publicly available.

Wikisearch

The [Wikisearch project]({{ site.baseurl }}/example/wikisearch) is a rough example of generalized secondary indexing, both ingest and search, built on top of Apache Accumulo. This write contains more information on the project as well as some general performance numbers of the project.

Node.js, RabbitMQ, and Accumulo

A simple example using Node.js to interact with Accumulo using RabbitMQ .

ProxyInstance

ProxyInstance is a Java Instance implementation of the Accumulo Instance interface that communicates with an Accumulo cluster via Accumulo's Apache Thrift proxy server. Documentation and code are available.

AccumuloGraph

ProxyInstance is an implementation of the TinkerPop Blueprints 2.6 API using Apache Accumulo as the backend. Documentation and code are available.

Github

Github also contains many projects that use/reference Accumulo in some way, shape or form.