Apache Accumulo

Apache Accumulo 1.7.0 updated

Apache Accumulo is a mashup of various technologies, from Google's BigTable, to Apache's Hadoop, Thrift and Zookeeper.Compared to Google's BigTable system, Accumulo features a few improvements of its own.These include table cell-based access restrictions,...

Apache ACE

Apache ACE 2.0.1

Apache ACE is a powerful framework that can be used in building centralized hubs where programmers can host their software, components, artifacts and other files and easily distribute them to their clients and client applications.Built on an OSGi modular...

Apache Allura

Apache Allura 1.3.2 updated

Apache Allura was first developed by the SourceForge team to manage their wiki, issues tracker and code viewer sections. It has since been donated and now managed by the Apache Software Foundation. Allura is now a complete software forge system, that can...

Apache Ambari

Apache Ambari 2.1.2 updated

Apache Ambari allows database administrators to install, manage and monitor Hadoop clusters. Collecting metrics is done via Ganglia, while email alerts are sent out via Nagios. Amabari is basically a Web-based administration GUI for Hadoop, a tool that...

Apache Ant

Apache Ant 1.9.7 updated

Apache Ant doesn't work on top of a shell like the aforementioned projects, but on top of Java itself. Ant can be used to allow administrators to manage various facets of their projects using a XML-based configuration file. This file can be used to store...

Apache AntUnit is merely a collection of Ant tasks that can be used to test itself.These tasks are specially crafted to verify the integrity of an Ant build file and see if any tasks or procedures return errors or stop the process.AntUnit is basically a...

Apache Archiva helps developers manage personal or enterprise artifact repositories.An artifact repository is a central hub where information about software binaries and adjacent files is stored in the form of metadata.This data can be used by various...

Apache Avro

Apache Avro 1.8.0 updated

Apache Avro provides a way to serialize data using JSON schemas. These schema files are always present with the data, allowing developers to ship both the data and its structure to any application that may need it. Because of this data can be read and...