Git Product home page Git Product logo

airflow's Introduction

airflow

Apache Airflow learning sample and realtime examples

Real-time Stock Price Checking and Email Notification with Apache Airflow

This project demonstrates how to use Apache Airflow to check real-time stock prices every morning at 9 AM and send an email notification with the latest stock prices to predefined recipients.

Prerequisites

  • Docker
  • Docker Compose

Build and Run Instructions

  1. Clone this repository:
git clone https://github.com/uttesh/airflow.git
cd stock-price-notification
  1. Update sample_dag.py with your email credentials and recipient addresses.
> pip install yfinance
  1. Run the following command to build and start the Docker containers:
docker-compose up -d --build

or ### Manual download and install Airflow

> curl -LfO 'https://airflow.apache.org/docs/apache-airflow/2.8.2/docker-compose.yaml'
> curl -LfO 'https://airflow.apache.org/docs/apache-airflow/2.8.2/airflow.sh'
> chmod +x airflow.sh
> ./airflow.sh info
> docker-compose up -d --build

Access the Apache Airflow UI at http://localhost:8080 in your browser. The default account has the login airflow and the password airflow.

In the Airflow UI, enable the stock_price_notification DAG and trigger a manual run.

Configuration

  • sample_dag.py: Contains the Apache Airflow DAG definition.
  • docker-compose.yml: Docker Compose configuration file for running Apache Airflow and PostgreSQL containers.

airflow's People

Contributors

uttesh 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.