SDK
The Entropy Data SDK is a Java library that provides a set of APIs to interact with Entropy Data.
Using the SDK, you can build Java applications to automate data platform operations, such as:
- Synchronize data products and data assets from the data platform to the Entropy Data
- Synchronize datacontract.yaml in Git repositories with Entropy Data
- Automate permissions in the data platform when an access request has been approved
- Notify downstream consumers when data contract tests have failed
- Publish data product costs and usage data to Entropy Data
This SDK is designed as a foundation for building data platform integrations that run as long-running applications on customer's data platform, e.g., as containers running in a Kubernetes cluster or any other container-runtime.
It interacts with the Entropy Data APIs to send metadata and to subscribe to events to trigger actions in the data platform or with other services.
Links:
- Entropy Data SDK on GitHub