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
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
Add the library to your sbt libraryDependencies
:
libraryDependencies ++= Seq(
"com.witboost.provisioning" %% "scala-mesh-cdp-dl" % scalaMeshCommonsVersion
)