Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/hbase
Apache HBase
https://github.com/apache/hbase
database hbase java
Last synced: 4 days ago
JSON representation
Apache HBase
- Host: GitHub
- URL: https://github.com/apache/hbase
- Owner: apache
- License: apache-2.0
- Created: 2014-05-23T07:00:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-08T13:02:58.000Z (5 days ago)
- Last Synced: 2024-12-09T08:52:23.357Z (4 days ago)
- Topics: database, hbase, java
- Language: Java
- Homepage: https://hbase.apache.org/
- Size: 472 MB
- Stars: 5,242
- Watchers: 396
- Forks: 3,330
- Open Issues: 287
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-distributed-system-projects - Apache HBase - a Hadoop database, a distributed, scalable, big data store
- awesome-tools - hbase - Apache HBase (Uncategorized / Uncategorized)
- awesome-dataops - Apache HBase - An open-source, distributed, versioned, column-oriented store. (Database / Columnar Database)
README
![hbase-logo](https://raw.githubusercontent.com/apache/hbase/master/src/site/resources/images/hbase_logo_with_orca_large.png)
[Apache HBase](https://hbase.apache.org) is an open-source, distributed, versioned, column-oriented store modeled after Google' [Bigtable](https://research.google.com/archive/bigtable.html): A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, HBase provides Bigtable-like capabilities on top of [Apache Hadoop](https://hadoop.apache.org/).
# Getting Start
To get started using HBase, the full documentation for this release can be found under the doc/ directory that accompanies this README. Using a browser, open the docs/index.html to view the project home page (or browse https://hbase.apache.org). The hbase '[book](https://hbase.apache.org/book.html)' has a 'quick start' section and is where you should being your exploration of the hbase project.The latest HBase can be downloaded from the [download page](https://hbase.apache.org/downloads.html).
We use mailing lists to send notice and discuss. The mailing lists and archives are listed [here](http://hbase.apache.org/mail-lists.html)
We use the #hbase channel on the official [ASF Slack Workspace](https://the-asf.slack.com/) for real time questions and discussions. Please mail [email protected] to request an invite.
# How to Contribute
The source code can be found at https://hbase.apache.org/source-repository.htmlThe HBase issue tracker is at https://hbase.apache.org/issue-tracking.html
Notice that, the public registration for https://issues.apache.org/ has been disabled due to spam. If you want to contribute to HBase, please visit the [Request a jira account](https://selfserve.apache.org/jira-account.html) page to submit your request. Please make sure to select **hbase** as the '_ASF project you want to file a ticket_' so we can receive your request and process it.
> **_NOTE:_** we need to process the requests manually so it may take sometime, for example, up to a week, for us to respond to your request.
# About
Apache HBase is made available under the [Apache License, version 2.0](https://hbase.apache.org/license.html)The HBase distribution includes cryptographic software. See the export control notice [here](https://hbase.apache.org/export_control.html).