My project collection

Raft based Distributed Consensus enabled datastore

Description

it demonstrates the use of distributed consensus model. Using Raft developed the node with peer and client connections with GRPC. And using the cli client you can save key=value data in the raft model also under the hood it helps to read,write,delete data from the external database through leader of the raft nodes

Raft based Distributed Consensus enabled datastore

https://gitlab.com/dipankardas011/go-playground/-/tree/main/raft-based-distributed-consensus?ref_type=heads

Actor model

Description

reading blogs and understanding by reverse engineering stuff

https://gitlab.com/dipankardas011/go-playground/-/tree/main/actor-system?ref_type=heads

Universal CI/CD pipeline manager

Description

this tool provides a convenient way to create a workflow aka pipeline for automated testing or CI workflow

Universal CI/CD pipeline manager

https://gitlab.com/dipankardas011/universalci-cd

AWS Resource Dependency-graph generator

Description

As AWS doesn’t provide a way to get a dependency graph of how all resources are connected, this tool will help you generate the diagram for all the dependencies between resources

AWS Resource Dependency-graph generator

https://gitlab.com/dipankardas011/aws-resource-dependency-graph

Chat Bot using GPT-2

Description

It shows how to create a basic http server using rust and have it to handle my text2text generator bot in huggingface

Chat Bot using GPT-2

https://github.com/dipankardas011/my-wasm-learning/tree/main/wasi-bot

https://github.com/dipankardas011/my-wasm-learning/tree/main/gpt2-bot

https://github.com/dipankardas011/bot-request-handler-rust

ksctl

Description

Cloud Agnostic Kubernetes Management tool which can manage Kubernetes clusters on multiple cloud providers. Option to choose between self-managed HA clusters and cloud managed clusters

Ksctl

https://github.com/ksctl/ksctl https://github.com/ksctl/cli https://github.com/ksctl/docs

PDF-Editor

Description

A web app to merge and rotate PDFs

PDF-Editor

https://github.com/dipankardas011/PDF-Editor

Weather-App

A web app to get weather report for a given location

Description

PDF-Editor

https://github.com/dipankardas011/Weather-App

Flight Booking System

Description

An application that is used to book Aeroplane tickets and also visualization of seating arrangement via a generated picture

PDF-Editor

https://github.com/dipankardas011/AirportBooking

My Open Source contributions