Giter Club home page Giter Club logo

mauriciofbl / data_engeniering_python Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 26 KB

# data_engeniering_python ## Description This is a Data engineering pipeline prototype to extract data from notice sites then, tranform and aggregate different sources and finally load data in a Bd ## Data Sources The project consumes different notices sites at this moment scrape: - https://elpais.com - http://www.eluniversal.com.mx ## Development Parameters needed for configuration are in the file config.yaml this file contains: * **news_sites:** sitename: url: queries: homepage_article_links: article_body: article_title: ### Requirements and Installation directories and file structure: ``` LH4_AMPPS_DASH/ |---extract/ |---common.py |---config.yaml |---main.py |---news_page_objects.py |---transform/ |---main.py |---load/ |---article.py |---base.py |---main.py |---.gitignore |---README.md |---newspaper.db |---pipeline.py ``` It requires Python 3.6 or higher, check your Python version first. The [requirements.txt](requirements.txt) should list and install all the required Python libraries that the pipeline depend on `pip install -r requirements.txt` To start scrapping the sitess, you have to execute [pipeline.py](pipeline.py) file: `python pipeline.py ` This will run the ETL process, and write the output to the specified output location.

Python 100.00%

data_engeniering_python's Introduction

data_engeniering_python

Description

This is a Data engineering pipeline prototype to extract data from notice sites then, tranform and aggregate different sources and finally load data in a Bd

Data Sources

The project consumes different notices sites at this moment scrape:

Development

Parameters needed for configuration are in the file config.yaml this file contains:

  • news_sites: sitename: url: queries: homepage_article_links: article_body: article_title:

Requirements and Installation

directories and file structure:

    LH4_AMPPS_DASH/
    |---extract/
          |---common.py
          |---config.yaml
          |---main.py
          |---news_page_objects.py
    |---transform/
          |---main.py
    |---load/
          |---article.py
          |---base.py
          |---main.py
    |---.gitignore
    |---README.md
    |---newspaper.db
    |---pipeline.py

It requires Python 3.6 or higher, check your Python version first.

The requirements.txt should list and install all the required Python libraries that the pipeline depend on

pip install -r requirements.txt

To start scrapping the sitess, you have to execute pipeline.py file:

python pipeline.py

This will run the ETL process, and write the output to the specified output location.

data_engeniering_python's People

Contributors

mauriciofbl avatar

Stargazers

 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.