From 534d8fe8e789b5b1d8861e4cffa9b82825a0ab0a Mon Sep 17 00:00:00 2001 From: "Dr. Daniel Alexander Smith" Date: Tue, 5 Sep 2023 11:30:17 +0100 Subject: [PATCH] Update README.md about releases and Maven Central repo (#6) * Update README.md about releases and Maven Central repo Signed-off-by: Dr. Daniel Alexander Smith --- data-quality-profiler/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data-quality-profiler/README.md b/data-quality-profiler/README.md index 32c4576..d430185 100644 --- a/data-quality-profiler/README.md +++ b/data-quality-profiler/README.md @@ -17,5 +17,15 @@ DAS Data Profiler provides the following: * Compound assertion rule definition (i.e. a set of sub-rules must all pass) * Human-readable Data Quality and Assertion Rule Compliance report output +## Usage + +Releases are being managed by `6point6` at: https://github.com/6point6/data-quality-profiler-and-rules-engine + +Changes are pushed upstream to the `UKHomeOffice` repo at: https://github.com/UKHomeOffice/data-quality-profiler-and-rules-engine + + +To use the Data Profiler classes, add the following dependency to your `build.sbt`, where the library is published to Maven Central: + + libraryDependencies += "io.github.6point6" %% "data-quality-profiler-and-rules-engine" % "1.1.0" Licensed under the MIT License. See [LICENSE](LICENSE)