Skip to content
View shantanugupta's full-sized avatar
Block or Report

Block or report shantanugupta

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned

  1. docker-zookeeper-kafka-cluster docker-zookeeper-kafka-cluster Public

    Doing a hands-on of setting up zookeeper, Kafka 3 node each cluster using docker

    Dockerfile 1

  2. spark-mongo-sqlserver-cluster-mode spark-mongo-sqlserver-cluster-mode Public

    Trying to run a join between MongoDB collection and tabular structure generated by using a SQL Server side tables join

    Scala 3

  3. react-scheduler react-scheduler Public

    This repository replicates the functionality of the SQL Server Job agent with some extensions to use for event management applications. Events generated by this application can be used as a part of…

    JavaScript 1

  4. SchedulerService SchedulerService Public

    This project exposes API endpoints for UI component of Scheduler interface created in ReactJS. Code for the same can be found in it's GitHub repo. Base URL of API hosted- https://schedulerapi.azure…

    C#

  5. yugabyte-learning yugabyte-learning Public

    This excercise is performed to learn high level yugabyte cluster.

    Shell 1 1

  6. primarykey-datatype-change-sqlserver-powershell primarykey-datatype-change-sqlserver-powershell Public

    Datatype conversion from int to bigint for SQL Server database where column is a part of primary key and has been used in downstream tables. This solution uses Transaction replication with rollback…

    TSQL