Skip to content

Instantly share code, notes, and snippets.

View pycoder2000's full-sized avatar
👋
Let's get in touch

Parth Desai pycoder2000

👋
Let's get in touch
View GitHub Profile

Steps to create an ETL Pipeline with Cronjob

  1. Create fat Jar file

    mvn clean package -DskipTests
  2. Connect with Dev Sever

    ssh -o ServerAliveInterval=10 -i C:\Users\parth.b.desai\Desktop\byte_121.pem centos@172.31.96.121

Regular Expressions

Basic Syntax

  • /.../: Start and end regex delimiters
  • |: Alternation
  • (): Grouping