Skip to content
View yemrekarakas's full-sized avatar
πŸ’ͺ
no pain, no gain
πŸ’ͺ
no pain, no gain
Block or Report

Block or report yemrekarakas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yemrekarakas/README.md

Emre's Data Engineering Projects 🌟

πŸ‘‹ Hi there! I'm Emre, a professional with 8 years of experience in ERP software development and support, and I've transitioned into the field of data engineering for the past 2 years. πŸš€ I am passionate about data processing and analytics, and I have a strong interest in open-source projects. Welcome to my GitHub repository filled with data engineering projects!

πŸ§‘β€πŸ’» About Me

  • πŸŽ“ Education: Computer Technology and Programming
  • πŸ’Ό Work Experience:
    • 8 years in ERP software development and support
    • 2 years in data engineering
  • πŸ› οΈ Expertise:
    • Data Pipelines (ETL)
    • Big Data Technologies (Hadoop, Spark)
    • Cloud Services (AWS, GCP)
    • Databases (SQLServer, PostgreSQL)
    • Programming Languages (SQL, Python, Java)
    • ERP Systems

πŸ“ˆ My Projects

1. ETL Pipeline with Apache Airflow

This project involves creating an ETL pipeline using Apache Airflow to extract, transform, and load data from various sources, automating the data workflow.

2. Real-time Data Processing with Kafka & Spark Streaming

In this project, I developed real-time data processing solutions using Apache Kafka and Spark Streaming, enabling the analysis and visualization of data streams.

3. Real-Time Visualization of Sensor Data with Spark Streaming, Kafka, and Kibana

A project for real-time visualization of sensor data using Spark Streaming, Kafka, and Kibana.

πŸ“« Contact Me

Linkedin Badge GitLab Badge Gmail Badge

πŸ† Achievements

credly

πŸ› οΈ Tools and Technologies

SQL Python Java Apache Spark Apache Airflow Apache Kafka AWS GCP SQL Server PostgreSQL Kibana

This repository showcases my data engineering skills through various projects. Feel free to reach out if you have any questions or if you'd like to collaborate! 🌟

Pinned Loading

  1. datasets datasets Public

    Example Datasets

  2. Sensors_Data_Realtime_Dashboard Sensors_Data_Realtime_Dashboard Public

    Sensors Data Realtime Dashboard

    Python 1

  3. CpmMacros CpmMacros Public

    CPM Macros and Scripts

    JavaScript

  4. spotlight-java spotlight-java Public

    Windows Spotlight Images

    Java

  5. Docker run to connect the adminer to... Docker run to connect the adminer to the db in any existing container we use.
    1
    docker run \
    2
    --rm \
    3
    --name adminer \
    4
    --link bookstack_db \
    5
    --network bookstack_default \