s

scrutineer

Compares 2 streams of Ids and Versions to prove that a secondary source is in sync with a primary source of truth. Designed to verify an elasticsearch cluster contains correct information from a JDBC source.
https://github.com/molindo/scrutineer
Apache License Version 2.0
Stefan Fussenegger Michael Sparer Paul Smith Leon Messerschmidt Owen Butler Nathan Scott
Files download
File Operation
scrutineer-2.0.0.jar download
scrutineer-2.0.0.pom download
scrutineer-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>at.molindo</groupId>
  <artifactId>scrutineer</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'at.molindo:scrutineer:2.0.0'
Gradle Kotlin
implementation("at.molindo:scrutineer:2.0.0")
Scala SBT
libraryDependencies += "at.molindo" % "scrutineer" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='at.molindo', module='scrutineer', version='2.0.0')
)
Apache Ivy
<dependency org="at.molindo" name="scrutineer" rev="2.0.0" />
Leiningen
[at.molindo/scrutineer "2.0.0"]
Apache Buildr
'at.molindo:scrutineer:jar:2.0.0'