This project uses DLTHub to test ingesting metadata from various API sources.
- Python 3.6 or higher
- pip (Python package installer)
To set up a virtual environment and install the required packages, follow these steps:
-
Clone the repository:
git clone https://github.com/mrjefflewis/dlt_examples.git cd dlt_examples
-
Create a virtual environment:
python3 -m venv venv
-
Activate the virtual environment:
- On Linux or MacOS:
source venv/bin/activate
- On Windows:
.\venv\Scripts\activate
- On Linux or MacOS:
-
Install the required packages:
pip install -r requirements.txt
After installing the required packages, you can run the main script:
python main.py