Skip to content
View ridwantahir's full-sized avatar
  • Fairfield, Iowa, United States

Block or report ridwantahir

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. Spark-Sql-Analytics-NBA-Statisitcs Spark-Sql-Analytics-NBA-Statisitcs Public

    This project extracts list, information and statistics from Wikipedia articles of current and past NBA players. I used Spark SQL to extract information from html documents and save it to a csv file…

    HTML 1 1

  2. Kafka-Consumer Kafka-Consumer Public

    This is a combined Kafka Consumer and Producer. It uses Java built in Serializer and Deserializer. The Consumer is based on Single Consumer multi-thread model. The consuming process and processing …

    Java 1

  3. Big-Data-SampleCodes Big-Data-SampleCodes Public

    This repository contains sample codes to compute relative frequency of words in documents using Map-Reduce and Spark. It is just something basic

    HTML

  4. BankingFramework BankingFramework Public

    This is a simple Banking Spring MVC application in which I applied several design patterns(factory, command, facade, etc). In the project, I developed a framework from which two applications extend…

    Java

  5. Kryo-Serialization Kryo-Serialization Public

    Few examples on how to serialize and deserialize objects using kryo

    Java

  6. Kafka-Producer Kafka-Producer Public

    This is Kafka Producer application with Custom Serializer, Custom Partitioner and CallBack implementation. It simulates a web activity generation by user and send it to a local Kafka cluster

    Java