iota

orcus iota

License

License

GroupId

GroupId

com.github.tkrs
ArtifactId

ArtifactId

orcus-iota_2.12
Last Version

Last Version

0.17.1
Release Date

Release Date

Type

Type

jar
Description

Description

iota
orcus iota
Project URL

Project URL

https://github.com/tkrs/orcus
Project Organization

Project Organization

com.github.tkrs
Source Code Management

Source Code Management

https://github.com/tkrs/orcus

Download orcus-iota_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.tkrs/orcus-iota_2.12/ -->
<dependency>
    <groupId>com.github.tkrs</groupId>
    <artifactId>orcus-iota_2.12</artifactId>
    <version>0.17.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tkrs/orcus-iota_2.12/
implementation 'com.github.tkrs:orcus-iota_2.12:0.17.1'
// https://jarcasting.com/artifacts/com.github.tkrs/orcus-iota_2.12/
implementation ("com.github.tkrs:orcus-iota_2.12:0.17.1")
'com.github.tkrs:orcus-iota_2.12:jar:0.17.1'
<dependency org="com.github.tkrs" name="orcus-iota_2.12" rev="0.17.1">
  <artifact name="orcus-iota_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tkrs', module='orcus-iota_2.12', version='0.17.1')
)
libraryDependencies += "com.github.tkrs" % "orcus-iota_2.12" % "0.17.1"
[com.github.tkrs/orcus-iota_2.12 "0.17.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.8
com.github.tkrs : orcus-cats-free_2.12 jar 0.17.1
io.frees : iota-core_2.12 jar 0.3.10
io.frees : iota-core_2.12 jar 0.3.10

provided (1)

Group / Artifact Type Version
org.apache.hbase : hbase-client jar 2.1.3

test (3)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.0.5
org.scalacheck : scalacheck_2.12 jar 1.14.0
org.mockito : mockito-core jar 2.23.0

Project Modules

There are no modules declared in this project.

orcus

CI Release codecov Maven Central Latest version

orcus is a library to interact with HBase/Bigtable built atop HBase Java Client/Bigtable Java Client for connecting to an HBase/Bigtable instance. Also, it has a feature to automatically derive a result object to an arbitrary type object.

How to use it

HBase

libraryDependencies += Seq(
  "com.github.tkrs" %% "orcus-hbase" % "x.y.z"
)

And, so look at this example

Bigtable

libraryDependencies += Seq(
  "com.github.tkrs" %% "orcus-bigtable" % "x.y.z"
)

And, so look at this example

LICENSE

MIT

Versions

Version
0.17.1
0.17.0
0.16.2
0.16.1
0.16.0
0.15.0
0.14.2
0.14.1
0.14.0
0.13.0
0.12.0
0.11.0