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

Highlights

  • Pro

Block or report nrnavaneet

Report abuse

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

Report abuse
nrnavaneet/ReadME.md

Hey there 👋

Profile Views Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-


class DataEngineer:

    def __init__(self):
        self.name = "N R Navaneet"
        self.role = "Data Engineer"
        self.language_spoken = ["en_US", "hi_IN"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = DataEngineer()
me.say_hi()

Blogs

Technologies & Tools

Programming Languages:
Python SQL

Data Engineering:
Apache Kafka Apache Spark ETL ELT Data Modeling

Orchestration:
Airflow Prefect

Databases:
MySQL NoSQL

Cloud & DevOps:
AWS Docker CI/CD

Highlight Projects

DataTrack DataSurge

Pinned Loading

  1. matplotlib/matplotlib matplotlib/matplotlib Public

    matplotlib: plotting with Python

    Python 23.1k 8.4k

  2. PrefectHQ/prefect PrefectHQ/prefect Public

    Prefect is a workflow orchestration framework for building resilient data pipelines in Python.

    Python 23.5k 2.4k

  3. dask/dask dask/dask Public

    Parallel computing with task scheduling

    Python 13.9k 1.9k

  4. apache/airflow apache/airflow Public

    Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

    Python 46.4k 17.5k

  5. datasurge datasurge Public

    Scalable Data Pipeline capable of handling records > 200+ Records/Hour

    Python