All Projects → apache → Accumulo

apache / Accumulo

Licence: apache-2.0
Apache Accumulo

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Accumulo

Hazelcast
Open-source distributed computation and storage platform
Stars: ✭ 4,662 (+443.99%)
Mutual labels:  hacktoberfest, big-data
Dataengineeringproject
Example end to end data engineering project.
Stars: ✭ 82 (-90.43%)
Mutual labels:  hacktoberfest, big-data
Analysispreservation.cern.ch
Source code for the CERN Analysis Preservation portal
Stars: ✭ 37 (-95.68%)
Mutual labels:  hacktoberfest, big-data
Fluo
Apache Fluo
Stars: ✭ 159 (-81.45%)
Mutual labels:  hacktoberfest, big-data
Grouparoo
🦘 The Grouparoo Monorepo - open source customer data sync framework
Stars: ✭ 334 (-61.03%)
Mutual labels:  hacktoberfest, big-data
Clickhouse
ClickHouse® is a free analytics DBMS for big data
Stars: ✭ 21,089 (+2360.79%)
Mutual labels:  hacktoberfest, big-data
100daysofmlcode
My journey to learn and grow in the domain of Machine Learning and Artificial Intelligence by performing the #100DaysofMLCode Challenge.
Stars: ✭ 146 (-82.96%)
Mutual labels:  hacktoberfest, big-data
Cortx
CORTX Community Object Storage is 100% open source object storage uniquely optimized for mass capacity storage devices.
Stars: ✭ 426 (-50.29%)
Mutual labels:  hacktoberfest, big-data
Hazelcast Jet
Distributed Stream and Batch Processing
Stars: ✭ 855 (-0.23%)
Mutual labels:  hacktoberfest, big-data
Attention Ocr
A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and compatible with Google Cloud ML Engine.
Stars: ✭ 844 (-1.52%)
Mutual labels:  hacktoberfest
Platform
Reactive libraries for Angular
Stars: ✭ 7,020 (+719.14%)
Mutual labels:  hacktoberfest
Elyra
Elyra extends JupyterLab Notebooks with an AI centric approach.
Stars: ✭ 839 (-2.1%)
Mutual labels:  hacktoberfest
Matrix
#matrix is the online open-source workplace inspired in sococo.com for distributed teams to have the experience of work together each day, side-by-side. No matter where team members might be. Working in an online workplace is even more productive when people are feeling in the same space.
Stars: ✭ 847 (-1.17%)
Mutual labels:  hacktoberfest
Openebs
Leading Open Source Container Attached Storage, built using Cloud Native Architecture, simplifies running Stateful Applications on Kubernetes.
Stars: ✭ 7,277 (+749.12%)
Mutual labels:  hacktoberfest
Refreshversions
Life is too short to google for dependencies and versions
Stars: ✭ 841 (-1.87%)
Mutual labels:  hacktoberfest
Conpot
ICS/SCADA honeypot
Stars: ✭ 853 (-0.47%)
Mutual labels:  hacktoberfest
Pycdc
C++ python bytecode disassembler and decompiler
Stars: ✭ 842 (-1.75%)
Mutual labels:  hacktoberfest
Hawkpost
Generate links that users can use to submit messages encrypted with your public key.
Stars: ✭ 843 (-1.63%)
Mutual labels:  hacktoberfest
Dataflowjavasdk
Google Cloud Dataflow provides a simple, powerful model for building both batch and streaming parallel data processing pipelines.
Stars: ✭ 854 (-0.35%)
Mutual labels:  big-data
Pynvim
Python client and plugin host for Nvim
Stars: ✭ 851 (-0.7%)
Mutual labels:  hacktoberfest

Apache Accumulo

Build Status Maven Central Javadoc Apache License

Apache Accumulo is a sorted, distributed key/value store that provides robust, scalable data storage and retrieval. 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. Check out the Accumulo project website for news and general information.

Getting Started

More resources can be found on the project website.

Building

Accumulo uses Maven to compile, test, and package its source. The following command will build the binary tar.gz from source. Add -DskipTests to build without waiting for the tests to run.

mvn package

This command produces assemble/target/accumulo-<version>-bin.tar.gz

Export Control

Click here to show/hide details

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See https://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

The following provides more details on the included cryptographic software:

Apache Accumulo uses the built-in java cryptography libraries in its RFile encryption implementation. See oracle's export-regulations doc for more details for on Java's cryptography features. Apache Accumulo also uses the bouncycastle library for some cryptographic technology as well. See the BouncyCastle site for more details on bouncycastle's cryptography features.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].