Skip to content

mrjefflewis/dlt_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DLTHub Metadata Ingestion Project

This project uses DLTHub to test ingesting metadata from various API sources.

Prerequisites

  • Python 3.6 or higher
  • pip (Python package installer)

Installation

To set up a virtual environment and install the required packages, follow these steps:

  1. Clone the repository:

    git clone https://github.com/mrjefflewis/dlt_examples.git
    cd dlt_examples
    
  2. Create a virtual environment:

    python3 -m venv venv
  3. Activate the virtual environment:

    • On Linux or MacOS:
      source venv/bin/activate
    • On Windows:
      .\venv\Scripts\activate
  4. Install the required packages:

    pip install -r requirements.txt

Usage

After installing the required packages, you can run the main script:

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published