ejiro-precious / aerospike-client-scala

Idiomatic and reactive Scala client for Aerospike database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aerospike-client-scala

Build Status Download

Idiomatic and reactive Scala client for Aerospike database.

Modules

  • aerospike-core provides standard Scala Future and Akka Streams implementation.
  • aerospike-monix integrates with Monix library to support Monix effects.
  • aerospike-zio integrates with ZIO library to support ZIO effects.

Getting started

Add bintray resolver:

resolvers += Resolver.bintrayRepo("reug", "maven")

Add aerospike-core module as a dependency in your project:

libraryDependencies += "com.github.reugn" %% "aerospike-core" % "<version>"
  • replace aerospike-core with aerospike-monix or aerospike-zio if required.

License

Licensed under the Apache 2.0 License.

About

Idiomatic and reactive Scala client for Aerospike database

License:Apache License 2.0


Languages

Language:Scala 97.6%Language:Shell 2.4%