Last Version

HBase ORM 1.19

HBase ORM is a light-weight, thread-safe and performant library that enables: [1] object-oriented access of HBase rows (Data Access Object) with minimal code and good testability. [2] reading from and/or writing to HBase tables in Hadoop MapReduce jobs. This can also be used as an ORM for Bigtable.

License

License

GroupId

GroupId

com.flipkart
ArtifactId

ArtifactId

hbase-object-mapper
Version

Version

1.19
Type

Type

jar
Description

Description

HBase ORM
HBase ORM is a light-weight, thread-safe and performant library that enables: [1] object-oriented access of HBase rows (Data Access Object) with minimal code and good testability. [2] reading from and/or writing to HBase tables in Hadoop MapReduce jobs. This can also be used as an ORM for Bigtable.
Project URL

Project URL

https://github.com/flipkart-incubator/hbase-orm
Source Code Management

Source Code Management

https://github.com/flipkart-incubator/hbase-orm

Download hbase-object-mapper 1.19


<!-- https://jarcasting.com/artifacts/com.flipkart/hbase-object-mapper/ -->
<dependency>
    <groupId>com.flipkart</groupId>
    <artifactId>hbase-object-mapper</artifactId>
    <version>1.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.flipkart/hbase-object-mapper/
implementation 'com.flipkart:hbase-object-mapper:1.19'
// https://jarcasting.com/artifacts/com.flipkart/hbase-object-mapper/
implementation ("com.flipkart:hbase-object-mapper:1.19")
'com.flipkart:hbase-object-mapper:jar:1.19'
<dependency org="com.flipkart" name="hbase-object-mapper" rev="1.19">
  <artifact name="hbase-object-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.flipkart', module='hbase-object-mapper', version='1.19')
)
libraryDependencies += "com.flipkart" % "hbase-object-mapper" % "1.19"
[com.flipkart/hbase-object-mapper "1.19"]

Dependencies

compile (5)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.11.0
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 jar 2.11.0
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.11.0
org.apache.hbase : hbase-client jar 2.2.3
com.google.guava : guava jar 25.0-jre

test (6)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12
org.apache.hbase : hbase-server jar 2.2.3
org.apache.hbase : hbase-testing-util jar 2.2.3
org.junit.jupiter : junit-jupiter-engine jar 5.6.2
org.junit.vintage : junit-vintage-engine jar 5.6.2
org.mockito : mockito-core jar 3.3.3

Project Modules

There are no modules declared in this project.