RAFT

The RAFT consensus algorithm from scratch

Implemented the RAFT consensus algorithm from scratch using core OS libraries only, which is used for managing a replicated log in distributed systems.

View Project

BYO Cloud

A project to build your own cloud infrastructure.

Developed a project to build your own cloud infrastructure, providing a scalable and flexible solution for cloud computing.

View Project

Pregel & GraphX: Map-Reduce Based Graph Algorithms

Graph traversal and connected components algorithm using MapReduce.

Implemented graph traversal and connected components algorithms using MapReduce, leveraging functional programming constructs in Scala.

View Project

Scalable Streaming Entity Resolution Using Commodity Hardware

BYO Inverted Index and Streaming ER Solution on Delta Lake

Terrabyte Sized ER via Spark and Delta Lake - Create an in-memory partitioned inverted index for our Streaming Entity Resolution use case

View Project