Open Source Projects
Below are the list of the projects that I have built, and open sourced. Most of these projects are Starter Kits & POCs that I built internally for experimentation and later open sourced it.
Event Streaming Pipeline for Cloud Native Workloads
This POC is built with the goal to collect events/logs from the host systems such as Kubernetes, Docker, VMs, etc. A buffering layer is added to buffer events from the collector
Go Restful API Boilerplate Starter Kit
The goal of this boilerplate is to have a solid and structured foundation to build microservices in Golang. It has an inbuilt authentication backend.
NextJS Frontend Boilerplate Starter Kit
Production grade boilerplate for starting the frontend project. Using NextJS, including user authentication.
Golang Micro Services Tool Kit
A standard library for building distributed microservices in Go. Common packages include logging and authentication etc.
Brain Cancer Detection API - ML Model
This repository contains the API server that serves the trained model for deltecting the brain cancer from given DICOM images API accepts the zipped file of DICOM images and run through it trained model
JSON Path Reduction API Service
A microservice that exposes APIs which will be used to redact a JSON based documents on a JSON path specified. Also supports the Regex expression