HBASE-21662 Add append_peer_exclude_namespaces and remove_peer_exclude_namespaces...
[hbase.git] / src / site / xdoc / index.xml
blob0b54cc03cee932bee22605e25e7d60f5716b46c8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Licensed to the Apache Software Foundation (ASF) under one
4 or more contributor license agreements.  See the NOTICE file
5 distributed with this work for additional information
6 regarding copyright ownership.  The ASF licenses this file
7 to you under the Apache License, Version 2.0 (the
8 "License"); you may not use this file except in compliance
9 with the License.  You may obtain a copy of the License at
11   http://www.apache.org/licenses/LICENSE-2.0
13 Unless required by applicable law or agreed to in writing,
14 software distributed under the License is distributed on an
15 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 KIND, either express or implied.  See the License for the
17 specific language governing permissions and limitations
18 under the License.
19 -->
20 <document xmlns="http://maven.apache.org/XDOC/2.0"
21   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
23   <properties>
24     <title>Apache HBase&#8482; Home</title>
25     <link rel="shortcut icon" href="/images/favicon.ico" />
26   </properties>
28   <body>
29     <section name="Welcome to Apache HBase&#8482;">
30         <p><a href="http://www.apache.org/">Apache</a> HBase&#8482; is the <a href="http://hadoop.apache.org/">Hadoop</a> database, a distributed, scalable, big data store.
31     </p>
32     <p>Use Apache HBase&#8482; when you need random, realtime read/write access to your Big Data.
33     This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware.
34 Apache HBase is an open-source, distributed, versioned, non-relational database modeled after Google's <a href="http://research.google.com/archive/bigtable.html">Bigtable: A Distributed Storage System for Structured Data</a> by Chang et al.
35  Just as Bigtable leverages the distributed data storage provided by the Google File System, Apache HBase provides Bigtable-like capabilities on top of Hadoop and HDFS.
36     </p>
37   </section>
38     <section name="Download">
39     <p>
40     Click <b><a href="downloads.html">here</a></b> to download Apache HBase&#8482;.
41     </p>
42     </section>
43     <section name="Features">
44     <p>
45 <ul>
46     <li>Linear and modular scalability.
47 </li>
48     <li>Strictly consistent reads and writes.
49 </li>
50     <li>Automatic and configurable sharding of tables
51 </li>
52     <li>Automatic failover support between RegionServers.
53 </li>
54     <li>Convenient base classes for backing Hadoop MapReduce jobs with Apache HBase tables.
55 </li>
56     <li>Easy to use Java API for client access.
57 </li>
58     <li>Block cache and Bloom Filters for real-time queries.
59 </li>
60     <li>Query predicate push down via server side Filters
61 </li>
62     <li>Thrift gateway and a REST-ful Web service that supports XML, Protobuf, and binary data encoding options
63 </li>
64     <li>Extensible jruby-based (JIRB) shell
65 </li>
66     <li>Support for exporting metrics via the Hadoop metrics subsystem to files or Ganglia; or via JMX
67 </li>
68 </ul>
69 </p>
70 </section>
71      <section name="More Info">
72    <p>See the <a href="http://hbase.apache.org/book.html#arch.overview">Architecture Overview</a>, the <a href="http://hbase.apache.org/book.html#faq">Apache HBase Reference Guide FAQ</a>,
73     and the other documentation links.
74    </p>
75    <dl>
76      <dt>Export Control</dt>
77    <dd><p>The HBase distribution includes cryptographic software. See the export control notice <a href="export_control.html">here</a>
78    </p></dd>
79      <dt>Code Of Conduct</dt>
80    <dd><p>We expect participants in discussions on the HBase project mailing lists, Slack and IRC channels, and JIRA issues to abide by the Apache Software Foundation's <a href="http://apache.org/foundation/policies/conduct.html">Code of Conduct</a>. More information can be found <a href="coc.html">here</a>.
81    </p></dd>
82  </dl>
83 </section>
85      <section name="News">
86        <p>August 17th, 2018 <a href="https://hbase.apache.org/hbaseconasia-2018/">HBaseCon Asia 2018</a> @ Gehua New Century Hotel, Beijing, China. CFP open, see site for details!</p>
87        <p>June 18th, 2018 <a href="https://hbase.apache.org/hbasecon-2018">HBaseCon North America West 2018</a> @ San Jose Convention Center, San Jose, CA, USA. registration still open, see site for details!</p>
88        <p>August 4th, 2017 <a href="https://easychair.org/cfp/HBaseConAsia2017">HBaseCon Asia 2017</a> @ the Huawei Campus in Shenzhen, China</p>
89        <p>June 12th, 2017 <a href="https://easychair.org/cfp/hbasecon2017">HBaseCon2017</a> at the Crittenden Buildings on the Google Mountain View Campus</p>
90        <p>April 25th, 2017 <a href="https://www.meetup.com/hbaseusergroup/events/239291716/">Meetup</a> @ Visa in Palo Alto</p>
91         <p>December 8th, 2016 <a href="https://www.meetup.com/hbaseusergroup/events/235542241/">Meetup@Splice</a> in San Francisco</p>
92        <p>September 26th, 2016 <a href="http://www.meetup.com/HBase-NYC/events/233024937/">HBaseConEast2016</a> at Google in Chelsea, NYC</p>
93          <p>May 24th, 2016 <a href="http://www.hbasecon.com/">HBaseCon2016</a> at The Village, 969 Market, San Francisco</p>
94       <p><small><a href="old_news.html">Old News</a></small></p>
95     </section>
96   </body>
98 </document>