An open API service indexing awesome lists of open source software.

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

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