tkrs / orcus   0.28.6

Contributors Wanted MIT License GitHub

Bigtable client for Scala 🐱

Scala versions: 3.x 2.13 2.12 2.11

orcus

CI Release Tagging codecov Maven Central Latest version

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

How to use it

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

And, so look at this example

LICENSE

MIT