Skip to content
forked from tkrs/orcus

HBase / Bigtable client for Scala 🐱

License

Notifications You must be signed in to change notification settings

gregorath/orcus

 
 

Repository files navigation

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

About

HBase / Bigtable client for Scala 🐱

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%