Idiomatic and reactive Scala client for Aerospike database.
aerospike-coreprovides standard Scala Future and Akka Streams implementation.aerospike-monixintegrates with Monix to support Monix effects.aerospike-ziointegrates 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-corewithaerospike-monixoraerospike-zioif 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.