Coder Social home page Coder Social logo

satyam245 / etl-pipeline-bank-transaction Goto Github PK

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

Transform daily bank transactions effortlessly with this AWS ETL pipeline. Ingest CSVs to S3, trigger Glue jobs with Lambda, store securely in Parquet, and analyze seamlessly using Athena

Python 100.00%

etl-pipeline-bank-transaction's Introduction

AWS ETL Pipeline for Daily Bank Transactions

🚀 Welcome to my robust ETL (Extract, Transform, Load) pipeline for processing daily bank transactions using Amazon Web Services (AWS).

Overview

This project implements a scalable and serverless ETL pipeline for handling daily bank transactions. The entire process is orchestrated using various AWS services to ensure efficiency, reliability, and security.

Project Breakdown

1️⃣ Data Ingestion

  • Source Data: Daily CSV files are uploaded to an S3 bucket (s3://your-source-bucket).

2️⃣ Serverless Trigger

  • AWS Lambda Function: A serverless AWS Lambda function is triggered upon the upload of CSV files. This Lambda function initiates the execution of the AWS Glue job.

3️⃣ Data Transformation

  • AWS Glue Job: The AWS Glue job is responsible for processing the data. It leverages bookmarking for efficient incremental loads, ensuring that only new data is processed.

4️⃣ Storage

  • Processed Data: The transformed data is securely stored in another S3 bucket (s3://your-destination-bucket) in the efficient Parquet format.

5️⃣ Analysis

  • Athena for Analysis: AWS Athena is employed for seamless analysis of the transformed data. Users can run SQL queries on the Parquet data stored in the destination S3 bucket.

etl-pipeline-bank-transaction's People

Contributors

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