mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-24 01:40:00 +00:00
21 lines
335 B
Markdown
21 lines
335 B
Markdown
---
|
|
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
|
|
2. Create and activate python env
|
|
|
|
```bash
|
|
python3 -m venv env
|
|
source env/bin/activate
|
|
```
|
|
{% endhint %}
|
|
|