Skip to content

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

MiniFlow

A simple ETL (Extract, Transform, Load) framework in Python.

Table of Contents

Introduction

This project provides a basic framework for ETL processes, including modules for data loading, transforming, and sinking. It is designed to be easily extensible for different types of data sources and destinations.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/my_etl_project.git
    cd my_etl_project
  2. Create and activate a virtual environment (optional but recommended):

    python -m venv venv
    source venv/bin/activate # On Windows use `venv\Scripts\activate`
  3. Install the dependencies:

    pip install -r requirements.txt

Usage

To run the ETL process, execute the main.py script:

python exmaples/main.py

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages