org.clojars.strongh/hbase

HBase is the Hadoop database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware.

Leiningen/Boot

[org.clojars.strongh/hbase "0.90.4"]

Clojure CLI/deps.edn

org.clojars.strongh/hbase {:mvn/version "0.90.4"}

Gradle

implementation("org.clojars.strongh:hbase:0.90.4")

Maven

<dependency>
  <groupId>org.clojars.strongh</groupId>
  <artifactId>hbase</artifactId>
  <version>0.90.4</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.