Code Monkey home page Code Monkey logo

cookiecutter4etls's Introduction

CookieCutter4ETLs Template

Una plantilla de CookieCutter para ETLs en Python.

    β”œβ”€β”€ config             <- AcΓ‘ va el archivo .env y otros archivos
    β”‚                         de configuraciΓ³n.
    β”‚
    β”œβ”€β”€ data               <- Almacena los datos procesados y los datos crudos
    β”‚   β”‚                     organizados en carpetas.
    β”‚   β”œβ”€β”€ processed
    β”‚   └── raw
    β”‚
    β”œβ”€β”€ docs               <- AcΓ‘ va la documentaciΓ³n del proyecto en
    β”‚                         formatos .md, .pdf, etc.
    β”‚
    β”œβ”€β”€ log                <- Contiene los archivos de registro.
    β”‚
    β”œβ”€β”€ models             <- Almacena los modelos necesarios para ML o DBs.
    β”‚
    β”œβ”€β”€ notebooks          <- AcΓ‘ van los archivos de Jupyter notebooks.
    β”‚
    β”œβ”€β”€ scripts            <- Almacena los archivos principales del ETL.
    β”‚
    β”œβ”€β”€ test               <- Contiene los tests automatizados.
    β”‚
    β”œβ”€β”€ utils              <- AcΓ‘ van los mΓ³dulos auxiliares y las bibliotecas
    β”‚                         que se reutilizan en el proyecto.
    β”‚
    β”œβ”€β”€ .gitignore         <- Ficheros que Git ignorarΓ‘.
    β”‚
    β”œβ”€β”€ environment.yml    <- Manifiesto utilizado por Conda.
    β”‚
    β”œβ”€β”€ requirements.txt   <- Enlista todas las librerΓ­as de Python necesarias
    β”‚                         y sus versiones para que el proyecto funcione.
    β”‚
    └── README.md          <- El README principal.

Paso a paso

1. Crear entorno virtual

python -m venv env

2. Activar entorno virtual

  • En Windows:

    env\Scripts\activate

  • En Unix o MacOS:

    source env/bin/activate

3. Instalar CookieCutter

pip install cookiecutter

3. Descargar plantilla cookiecutter4etls

cookiecutter https://github.com/natayadev/cookiecutter4etls.git

Hecho por Nataya Flores (@natayadev), espero que te sea ΓΊtil.

cookiecutter4etls's People

Contributors

natayadev avatar

Stargazers

BillyBat avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.