AWS Glue - Access On Premise Database and Transfer Data

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024

ความคิดเห็น • 36

  • @GabrielRato-m3f
    @GabrielRato-m3f 2 หลายเดือนก่อน

    Tks a lot man, been watching some other vids about the theme and a lot of them people were not going direct to the point, you did! save me a lot of time, tks again

  • @TEACHDATASCIENCE
    @TEACHDATASCIENCE 8 หลายเดือนก่อน

    I am excited to use this kind of way to upload s3 in glue.

  • @FlaggedStar
    @FlaggedStar 18 วันที่ผ่านมา

    How are you getting this to work without putting any Connections in the definition of the Glue Job? I thought they were mandatory.

  • @marcoap
    @marcoap 5 หลายเดือนก่อน +1

    Perfect video! I don't know if you will see my question. Did you create a "Connection" in AWS Glue, or is the on-premises database IP exposed on the internet? In this case, should I use something like a VPN from AWS to create a secure way to connect to it? Thanks a lot!

  • @akhilvarma6648
    @akhilvarma6648 20 วันที่ผ่านมา

    where do i get my host details from, since mysql in my local machine(mac) would the host be localhost?
    please help me on establishing this connection, i'm working on it from past 2 days.

  • @rafaelfpk2079
    @rafaelfpk2079 ปีที่แล้ว +1

    Does your glue applications takes long time to run for the first time? I'm having a huge problem with this here, with 2 DPUs, just connecting to AWS RDS and WRITING into S3, like your application, it took 30minutes and gave timeout.

    • @codingwithlu
      @codingwithlu  ปีที่แล้ว

      It shouldn't take too long. I have a few glue jobs, and some of them are querying a few million row of data, and it takes just a few minutes. How huge is the data that it's querying?

    • @rafaelfpk2079
      @rafaelfpk2079 ปีที่แล้ว

      @@codingwithlu Very small, 50 rows...

  • @krishnareddy4948
    @krishnareddy4948 ปีที่แล้ว +2

    Great content. Please do a demo on Oracle source system in Glue

    • @codingwithlu
      @codingwithlu  ปีที่แล้ว +1

      Will do!

    • @xroydacute
      @xroydacute ปีที่แล้ว +1

      @@codingwithlu Hi Lu, any chance you have done a video for Oracle source system?

  • @andrezzo80
    @andrezzo80 6 หลายเดือนก่อน

    what about using coalesce to make sure the data stays in 1 partition?

  • @francismagnusson378
    @francismagnusson378 7 หลายเดือนก่อน

    THANK U FOR THIS 😭🙏 im currently working as a data engineer and man glue feels kinda limited (probably because im new to it).
    ive been trying to connect to our DB using only the python shell glue job, but the thing is, i have to setup a driver for it. theres a workaround using this library called pymssql but sometimes it doesnt work. i hope u can add tutorial on how to add drivers and use it on python shell jobs

  • @AY1986R
    @AY1986R ปีที่แล้ว +1

    thank you for this great video, but I do not see where you have created the connection, an example with JDBC oracle will be great

    • @arunnair1392
      @arunnair1392 ปีที่แล้ว

      In this case, I guess , no incoming ip restrictions are in place on the server side . Mysql server port must be open for all traffic . So no connection is required. But for enterprise implementations , we must create a secured connection

  • @sunilmakwana2898
    @sunilmakwana2898 ปีที่แล้ว +1

    Great Information!
    Please make a video on how to load multiple table to the S3 bucket from on prem server?

    • @codingwithlu
      @codingwithlu  ปีที่แล้ว +2

      Sure will make a video of that

  • @poojabharathi4826
    @poojabharathi4826 ปีที่แล้ว

    what all service access must be included in iam role to load on premises to s3

  • @DevTipsForYou
    @DevTipsForYou 2 หลายเดือนก่อน

    This is why i like azure data factory... it can connect to to anything without any code/config...

  • @kshitijbansal3672
    @kshitijbansal3672 ปีที่แล้ว +1

    How to make a pipeline with Aws Glue to move data from On premises SQL Server to S3? Pls reply in detail sir.

    • @codingwithlu
      @codingwithlu  ปีที่แล้ว

      I will make video that is specific for On Premise SQL Server to S3

  • @peterpan9361
    @peterpan9361 ปีที่แล้ว +1

    Great content !! Subscribed :)

    • @codingwithlu
      @codingwithlu  ปีที่แล้ว

      thanks for the sub! move content coming!

  • @appurvagnihotri2218
    @appurvagnihotri2218 ปีที่แล้ว

    how to get mysql database info to add in code?

  • @tintin1678
    @tintin1678 ปีที่แล้ว +1

    How to connect to Oracle Db in AWS Glue ? I'm getting error using cx_Oracle lib

    • @codingwithlu
      @codingwithlu  ปีที่แล้ว +1

      I will make a video over this

    • @sweetysweetyvghb
      @sweetysweetyvghb 2 หลายเดือนก่อน

      Hi, did u make a video on this

    • @sweetysweetyvghb
      @sweetysweetyvghb 2 หลายเดือนก่อน

      Please make a video on how to connect on premise oracle database from lambda

  • @ashutoshsharma4525
    @ashutoshsharma4525 ปีที่แล้ว

    Thanks for nice video. Could you please provide the link for your code. I am getting some parenthesis missing errors while running it.

  • @achyuthvaleti3639
    @achyuthvaleti3639 ปีที่แล้ว +1

    How can I get the Mysql Connection details

    • @codingwithlu
      @codingwithlu  ปีที่แล้ว

      If it is a MySql instance in AWS RDS you can get it from the AWS console. If it is a on-premise instance, you can connect via IP address.

  • @nizor_
    @nizor_ ปีที่แล้ว +1

    Awesome content. How can i connect to a firebase realtime db?

    • @codingwithlu
      @codingwithlu  ปีที่แล้ว

      Glad you liked the content. I would need to do some testing to see how to connect to firebase db. I would let you know what I find.

  • @kshitijbansal3672
    @kshitijbansal3672 ปีที่แล้ว

    How to make a pipeline with Aws Glue to move data from On premises SQL Server to S3? Pls reply in detail sir.

  • @kshitijbansal3672
    @kshitijbansal3672 ปีที่แล้ว +1

    How to make a pipeline with Aws Glue to move data from On premises SQL Server to S3? Pls reply in detail sir.

    • @akarshba3052
      @akarshba3052 9 หลายเดือนก่อน

      Hey, were you able to do it?