tkrs / orcus

Bigtable client for Scala 🐱

Repository from Github https://github.comtkrs/orcusRepository from Github https://github.comtkrs/orcus

orcus

CI release-please 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

About

Bigtable client for Scala 🐱

License:MIT License


Languages

Language:Scala 100.0%