-
thoughtworksinc/constructor.scala 4.1.0
Mixin classes and traits dynamically
Scala versions: 2.12 2.11Scala.js versions: 0.6 -
reugn/aerospike-client-scala 0.6.0
Idiomatic and reactive Scala client for Aerospike database
Scala versions: 2.13 2.12 -
manuelbernhardt/akka-locality 1.0.0
Akka extensions for exploiting locality of clustered actors
Scala versions: 2.12 -
databeans/lighthouse 0.1.0
Shed light on your data layout in order to monitor the health of your Lakehouse tables and identify when data maintenance operations should be performed.
Scala versions: 2.12 -
chocpanda/scalacheck-magnolia 0.6.0
Scalacheck Arbitrary type class derivation using magnolia
Scala versions: 2.13 2.12 -
s-mach/s_mach.datadiff 1.1.1
s_mach.datadiff is an open-source data difference engine for Scala. Implementations of the DataDiff type-class are provided which can compute the difference between all data types, Option, Set, Seq, and Map and all tuple classes. An implementation for any case case class (or other type that can be represented as a struct type) can be generated at compile-time by the mkDataDiff macro method. The difference between any two instances is stored as a patch type, which can be user-defined per type. Patches can be applied to instances of the original type to propagate computed changes. All provided DataDiff implementations are 100% strongly-typed and use absolutely no runtime reflection.
Scala versions: 2.12 2.11