Clone repository and build with sbt
.
Requirements:
- Java 8+
- Sbt 0.13+
- Download and install HBase from hbase.apache.org (version 1.3.1 or newer).
- Start HBase server:
start-hbase.sh
- Open shell
hbase shell
and create transactions table with event column family:create 'transactions','event'
- Run
HelloHBase
class with simple example of hbase4s usage