https://github.com/open-metadata/openmetadata-retention
Example for an external community app for managing metadata retention
https://github.com/open-metadata/openmetadata-retention
Last synced: about 2 months ago
JSON representation
Example for an external community app for managing metadata retention
- Host: GitHub
- URL: https://github.com/open-metadata/openmetadata-retention
- Owner: open-metadata
- Created: 2024-07-23T11:56:18.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-02T08:26:59.000Z (8 months ago)
- Last Synced: 2025-03-07T03:46:21.555Z (about 2 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenMetadata Retention
### ⚠️ Work in progress
## Description
This is an example application that demonstrates how to use [OpenMetadata](https://github.com/open-metadata/OpenMetadata) API in python to create a retention policy for a dataset.
The application can implement any business logic using the OpenMetadata API.Learn more and join the community at [open-metadata.org](https://open-metadata.org/).
## Prerequisites
- [OpenMetadata Development Environment](https://docs.open-metadata.org/v1.4.x/developers/contribute/build-code-and-run-tests/prerequisites)
## How to run?
- run OpenMetadata/docker/run_local_docker.sh
- tag images (using `scripts/tag_images.sh`)
- run `make clean all`
- go to `http://localhost:8585` and install the app