Skip to content

Tool for extracting, transforming, and loading data across multiple platforms

License

Notifications You must be signed in to change notification settings

VCauthon/ETL-API

Repository files navigation

ETL-API ᕕ( ᐛ )ᕗ

This project is an ETL (Extract, Transform, Load) API designed to extract data from various sources, transform it, and load it to a specified destination. The project is structured into separate modules for extraction, transformation, and loading of data.

Running the Code with Docker Compose

To run the ETL API using Docker Compose, follow these steps:

  • Install docker with docker compose (url)
  • Build and Start the Containers:
docker-compose up

Example API Call

Here is an example of how to call the ETL API:

curl -X GET http://localhost:5000/api/yahoofinance\?ticker\=AMZN\&period\=1mo

About

Tool for extracting, transforming, and loading data across multiple platforms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published