Skip to content
View dawondyifraw's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report dawondyifraw

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
.github/profile/README.md

Hoi! Ik ben Daniel Wonyifraw πŸ‘‹

🧠 Data Engineering β€’ πŸ€– Machine Learning β€’ πŸ—οΈ Software Architecture

I design and build data-intensive software systems that operate in real environments β€” messy data, real-time constraints, reliability requirements, and long-term maintainability.

πŸŽ“ Engineering Doctorate (EngD) in Data Science
JADS / Eindhoven University of Technology

My work sits at the intersection of data engineering, machine learning, and software architecture, with a focus on systems that remain understandable and maintainable long after the demo phase.


What I Build

I help organizations design and implement reliable data platforms and intelligent systems.

Data Engineering

  • real-time data pipelines
  • streaming architectures
  • ETL and data integration
  • scalable data platforms

Machine Learning Systems

  • model deployment and monitoring
  • time-series forecasting
  • applied ML for operational systems

Software Architecture

  • distributed systems design
  • cloud-based data platforms
  • maintainable data system architectures

Urban Digital Twin data pipline

flowchart TD
A[Sensors / External Data] --> B[Data Ingestion]
B --> C[Data Processing]
C --> D[Analytical Storage]
D --> E[Machine Learning]
E --> F[Visualization / Decision Support]

Loading

A central project of my work is the design and development of an Urban Digital Twin platform for the City of ’s-Hertogenbosch.

The system integrates:

  • real-time streaming pipelines
  • geospatial and spatiotemporal data processing
  • time-series analytics
  • forecasting and machine-learning models
  • interactive visualization for urban exploration and decision support

The platform is designed as a living system that evolves with real data rather than a static simulation model.


Data Engineering System Architecture

Sensors / External Data Sources
            β”‚
            β–Ό
     Data Ingestion Layer
   (Streaming APIs / Kafka)
            β”‚
            β–Ό
     Data Processing Layer
      (ETL / Stream Jobs)
            β”‚
            β–Ό
    Analytical Storage Layer
   (Time-Series / Data Lake)
            β”‚
            β–Ό
 Machine Learning & Forecasting
            β”‚
            β–Ό
Visualization & Decision Support

Engineering Principles

I prefer systems that are:

  • Composable β€” replaceable parts, minimal lock-in
  • Explicit β€” clear interfaces and data contracts
  • Inspectable β€” debuggable without folklore
  • Maintainable β€” designed for the second year, not the second week

Complexity should be visible, not hidden.


Open Source

I am an open-source practitioner primarily within the Python ecosystem, focusing on data infrastructure, reproducibility, and clarity of implementation.


Collaboration

Through DataTwinLabs, I collaborate with public organizations and industry partners on:

  • urban data platforms
  • digital twin systems
  • real-time analytics pipelines
  • applied AI systems

Links

🌐 Website
https://datatwinlabs.nl

πŸ’Ό LinkedIn
https://www.linkedin.com/in/danielwondyifraw/

πŸ“„ Publications / Talks
https://www.jads.nl/news/paving-the-way-for-sustainable-urban-construction/

πŸ“« Contact
datatengineerd@outlook.com

Pinned Loading

  1. digitaltwindenbosch digitaltwindenbosch Public

    This project is the core for an urban digital twin, developed without relying on a traditional game engine. Built by Daniel Adenew Wonyifraw, it provides a foundational framework for simulating, an…

    HTML

  2. digitaltwindenboschbackend digitaltwindenboschbackend Public

    Backend services for the Digital Twin Den Bosch platform, integrating data ingestion, processing, and APIs for UDT operations.

    Python

  3. ETL-pipline-API-SQL ETL-pipline-API-SQL Public

    MarvelDataPipline

    Jupyter Notebook

  4. EnergyforecastLSTM EnergyforecastLSTM Public

    Energyforecast with naive, dense and LSTM models

    Jupyter Notebook

  5. ETL-Python-Wikipidea ETL-Python-Wikipidea Public

    Forked from danlabset/ETL-Python-Wikipidea

    ETL project to scrap content from wikipidea and coverts into database using sqlite and runs query over

    Python

  6. medallion-sensor-streaming medallion-sensor-streaming Public

    Streaming medallion pipeline for UDT Den Bosch: Kafka ingestion to Delta Bronze/Silver/Gold with enrichment, aggregation, and dashboards.

    Python