Git Product home page Git Product logo

Ashish kumar's Projects

azure-eventhub-kafka-streaming icon azure-eventhub-kafka-streaming

In this repository, have posted some sample notebook for spark streaming with EventHub. I have kept my focus on EventHub integration rather than stream operation. If you are looking to set up your streaming application with EventHub or Kafka. This is all that you need. you will get example for both producer and consumer.

csvdatavalidator icon csvdatavalidator

CSV Data Validator is a tool to validate csv file. It parse csv and validate the data with .hdr(csv meta data) before ingestion to Data Lake. It checks data file availability for every day load and validate data with respective meta data like File Size, Checksum, Delimiter, Record count etc. It ensure landed data conformity before give go ahead for data ingestion to Data Lake. It generate complete stats or error log.

csvparser icon csvparser

CSVParser is a tool to parse csv file using univocity and commons csv parsers. It cleans new line (\n) character & special characters between data. It also handle various garbage data like odd no of quotes or delimiters in side quotes. It validate each record with specified delimiter count and separate it out to _GoodRecords.CSV and _BadRecords.CSV file. This is a Data Cleaner tool to run before ingestion to Data Lake. It make sure data is in right csv format to build table on it.

data-cleaner icon data-cleaner

If you have some csv file and having CRLF, LF in between data and you want to create some table (Hive table). You will face issue that some of column have null value. It’s because line terminator in hive is \n and if and \n or \r coming between data it treating as line terminator before actual line terminator and rest for column is getting null value. I tried multiple option like spark, hive serde and many more but I found good with perl. Today I a sharing my Perl script to remove all newline and special characters.

data-purge-script icon data-purge-script

Data purging is powershell script to purge older data based upon a data-retention policy.

databricks-group-api icon databricks-group-api

The Groups API allows you to manage groups of users. This code will allow to access databricks group api from notebook. I written this code snipped for one of my requirement, where i have to send workspace security events/workspace event to security team. This is one of example to access Databricks Api but with this code you can access any databricks Api. The same this can be done with normal curl command also.

delta-lake-concurrency-control icon delta-lake-concurrency-control

Delta Lake uses optimistic concurrency control to provide transactional guarantees between writes. optimistic concurrency control is ways to deal with concurrent transaction that making changes to table.

java-properties-reader icon java-properties-reader

Java properties file is used to store project configuration data or settings. In this projects will show you how to load properties file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.