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

Highlights

  • Pro

Block or report nrnavaneet

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
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 22k 8.1k

  2. PrefectHQ/prefect PrefectHQ/prefect Public

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

    Python 20.9k 2k

  3. dask/dask dask/dask Public

    Parallel computing with task scheduling

    Python 13.6k 1.8k

  4. apache/airflow apache/airflow Public

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

    Python 43.2k 15.9k

  5. datatrack datatrack Public

    CLI tool for schema tracking

    Python 1

  6. datasurge datasurge Public

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

    Python