Idiomatic and reactive Scala client for Aerospike database.
aerospike-core
provides standard Scala Future and Akka Streams implementation.aerospike-monix
integrates with Monix to support Monix effects.aerospike-zio
integrates with ZIO to support ZIO effects.
Add the aerospike-core
module as a dependency in your project:
libraryDependencies += "io.github.reugn" %% "aerospike-core" % "<version>"
- replace
aerospike-core
withaerospike-monix
oraerospike-zio
if required.
- Clone the repository
- Run
sbt clean +package
This will create libraries for all modules for both Scala 2.12 and 2.13.
Licensed under the Apache 2.0 License.