Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 799 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 799 Bytes

scala-mesh-cdp-dl

scala-mesh-cdp-dl provides a gateway to interact with CDP Datalake experience at service level.

Through this gateway you can:

  • Find all datalakes
  • Describe a datalake

Dependencies

Project Dependencies:

  • sbt installed on your machine

Production code dependency:

  • scala-mesh-core: scala-mesh-commons core library which provides parsing functionalities, Scala cats extension among others.
  • cdp-sdk-java: Java based SDK to interact with CDP

Test code dependency:

  • scalatest: framework for unittest in scala
  • scalamock: framework for mock and stub in scala

Usage

Add the library to your sbt libraryDependencies:

 libraryDependencies ++= Seq(
    "com.witboost.provisioning" %% "scala-mesh-cdp-dl" % scalaMeshCommonsVersion
 )