Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkrs/orcus
Bigtable client for Scala 🐱
https://github.com/tkrs/orcus
bigtable
Last synced: about 1 month ago
JSON representation
Bigtable client for Scala 🐱
- Host: GitHub
- URL: https://github.com/tkrs/orcus
- Owner: tkrs
- License: mit
- Created: 2017-11-16T13:35:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T13:26:45.000Z (2 months ago)
- Last Synced: 2024-11-02T07:33:32.386Z (about 2 months ago)
- Topics: bigtable
- Language: Scala
- Homepage:
- Size: 1.3 MB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# orcus
[![CI](https://github.com/tkrs/orcus/workflows/CI/badge.svg)](https://github.com/tkrs/orcus/actions?query=workflow%3ACI)
[![Release](https://github.com/tkrs/orcus/workflows/Release/badge.svg)](https://github.com/tkrs/orcus/actions?query=workflow%3ARelease)
[![Tagging](https://github.com/tkrs/orcus/actions/workflows/tagging.yml/badge.svg)](https://github.com/tkrs/orcus/actions/workflows/tagging.yml)
[![codecov](https://codecov.io/gh/tkrs/orcus/branch/master/graph/badge.svg)](https://codecov.io/gh/tkrs/orcus)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.tkrs/orcus-core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.tkrs/orcus-core_2.13)
[![Latest version](https://index.scala-lang.org/tkrs/orcus/latest.svg)](https://index.scala-lang.org/tkrs/orcus/orcus-core)orcus is a library to interact with Bigtable built atop [Bigtable Java Client](https://github.com/googleapis/java-bigtable) 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
```scala
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](https://github.com/tkrs/orcus/blob/master/modules/bigtable-example/src/main/scala/orcus/example/Main.scala)
LICENSE
MIT