Skip to content
View shwetav1311's full-sized avatar

Block or report shwetav1311

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

Popular repositories Loading

  1. MiniSql MiniSql Public

    Implemented a mini Sql Engine that emulates the actual SQL engine in executing ​ DML​ commands (Select, Insert, Update and Delete) and ​ DDL ​ commands (Create, Drop and Truncate). Used ZQLParser f…

    Java 1

  2. HDFS HDFS Public

    Designed and Implemented a HDFS like file system which performs standard PUT,GET and LIST operations.

    Java

  3. HBase HBase Public

    Implementation of HBase create put get scan

    Java

  4. MapReduce MapReduce Public

    Implemented mapreduce progarmming paradigm that performs a distributed grep over a specified file in hdfs

    Java

  5. Multiway-MergeSort Multiway-MergeSort Public

    Implemented 2 phase multiway merge sort. This targets datasets that do not fit in main memory.

    Java

  6. UnionOfTables UnionOfTables Public

    Perform union of 2 tables using BTrees and Hash

    Java