Skip to content

DavidSantacruzR/sfcPipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DATA PIPELINE EXAMPLE:

In this example, we're collecting financial statements publicly available from the financial regulation authority of Colombia. After fetching all the required information, we're making a simple data cleaning and pushing it to an either a relational (either local or server) database.

All the data can be manually collected from: https://www.superfinanciera.gov.co/jsp/index.jsf

It is required that to run this example, create an environment variables with all the credentials required to connect to your database.

This example uses sqlalchemy, so please refer to this website to check how to connect to your server.

https://docs.sqlalchemy.org/en/14/core/engines.html#mysql

Note: sqlAlchemy does not provide support for IBM DB2 database.

About

A simple pipeline for financial data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages