2021-08-12 14:19:14 -07:00

628 B

description
This guide will help install Oracle connector and run manually

Oracle

{% hint style="info" %}

OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.

  1. Python 3.7 or above

{% endhint %}

Install from PyPI or Source

{% tabs %} {% tab title="Install Using PyPI" %}

pip install 'openmetadata-ingestion[oracle]'

{% endtab %} {% tab title="Build from source " %}

# checkout OpenMetadata
git clone https://github.com/open-metadata/OpenMetadata.git
cd OpenMetadata/ingestion
python3 -m venv env
source env/bin/activate
pip install '.[oracle]'

{% endtab %} {% endtabs %}